Comment 6 for bug 1429987

Revision history for this message
Chad Roberts (croberts) wrote : Re: [Bug 1429987] Re: [data processing] After update to use "data-processing", no sahara panels show up

I agree that using an OR is probably the better way to go to be sure of backward compatibility. Perhaps I'm just being a bit dense here, but I'm not sure what that would look like code-wise. Suggestions?

----- Original Message -----
From: "Lin Hua Cheng" <email address hidden>
To: <email address hidden>
Sent: Tuesday, March 10, 2015 12:56:58 PM
Subject: [Bug 1429987] Re: [data processing] After update to use "data-processing", no sahara panels show up

You're right, maybe we should be updating the permission check to do an
data-processing OR data_processing instead

--
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1429987

Title:
  [data processing] After update to use "data-processing", no sahara
  panels show up

Status in OpenStack Dashboard (Horizon):
  Fix Committed

Bug description:
  Recently, horizon was updated to use "data-processing" as the service
  type for Sahara. That change went through without updating the
  permissions checks in each panel. They are still using
  data_processing...

  permissions = ('openstack.services.data-processing',)

  Each panel needs to be updated to the following:

  permissions = ('openstack.services.data_processing',)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1429987/+subscriptions