Public bug reported:

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',)

** Affects: horizon
     Importance: Undecided
     Assignee: Chad Roberts (croberts)
         Status: In Progress


** Tags: sahara

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
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):
  In Progress

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to