Reviewed: https://review.openstack.org/427125 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1be065aed8e330c746f85f9600d2c60c4478a661 Submitter: Jenkins Branch: master
commit 1be065aed8e330c746f85f9600d2c60c4478a661 Author: Radomir Dopieralski <[email protected]> Date: Tue Jan 31 13:01:51 2017 +0100 Use domain_context not effective domain to display domains list Use domain_context to decide whether to call domain_list or domain_get in the list of domains. Previous code used the user's effective domain instead, which is no longer the same thing with Keystone V3. Closes-Bug: #1660602 Change-Id: Ie410d282c5b19a061fe83b496785f35bbcfad9ad ** 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/1660602 Title: Domains list shows only one domain, even when the user has permissions to list_domains Status in OpenStack Dashboard (Horizon): Fix Released Bug description: If a user has a domain token, only one domain will be shown in the domain list, even when that user has the idenity:list_domains permission. That is because the assumption that a domain token means that the user has selected a domain context is no longer true for Keystone V3, but the code still uses it. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1660602/+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

