Reviewed: https://review.openstack.org/579085 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e20882d3b3a2049df7913abb8fe99a94db9342f5 Submitter: Zuul Branch: master
commit e20882d3b3a2049df7913abb8fe99a94db9342f5 Author: Shu Muto <[email protected]> Date: Fri Jun 29 16:53:39 2018 +0900 Support can_edit_user and can_edit_role settings in Angularized panels The actions on Angularized users panel and roles panel does not support following setting. OPENSTACK_KEYSTONE_BACKEND = { 'can_edit_user': True, 'can_edit_role': True, } This patch enables to support these settings. To enable this settings, add 'OPENSTACK_KEYSTONE_BACKEND' into 'REST_API_REQUIRED_SETTINGS' setting. Change-Id: I7888bd2c2977dc010911d2e7ecf42815354e081b Closes-Bug: #1779268 ** 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/1779268 Title: Angularized users and roles panel should support can_edit_user and can_edit_role settings Status in OpenStack Dashboard (Horizon): Fix Released Bug description: For now, actions on Angularized users panel and roles panel does not support following setting. OPENSTACK_KEYSTONE_BACKEND = { 'can_edit_user': True, 'can_edit_role': True, } To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1779268/+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

