Reviewed: https://review.openstack.org/268899 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=cb0d1eaf4670530c34cf00ad2d63fcbb985ea377 Submitter: Jenkins Branch: master
commit cb0d1eaf4670530c34cf00ad2d63fcbb985ea377 Author: Kenji Ishii <[email protected]> Date: Mon Jan 18 11:16:32 2016 +0900 admin permissions depends on OPENSTACK_KEYSTONE_ADMIN_ROLES In dashboard or panel, 'openstack.roles.xxx' is used as a permission control. 'xxx' in 'openstack.roles.xxx' is a real role name. At the moment, it is not addressed OPENSTACK_KEYSTONE_ADMIN_ROLES. This patch will address it. Change-Id: Ic7200dfdf403b63ef3210750617ae102b15c02c8 Closes-Bug: #1534409 ** Changed in: horizon Status: In Progress => Fix Released -- 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/1534409 Title: Permissions is written with fixed string on Admin dashboard Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In openstack_dashboard/dashboards/admin/dashboard.py, the permission of Admin dashboard is specified. However it value is used fixed string. 'xxx' in 'openstack.role.xxx' is a real role name. So at the moment, it can not address change of 'OPENSTACK_KEYSTONE_ADMIN_ROLES'. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1534409/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

