yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29173
[Bug 1429987] [NEW] [data processing] After update to use "data-processing", no sahara panels show up
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
Follow ups
References