Reviewed: https://review.opendev.org/697962 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9aca7a94e28589484e312770cc1ee2b8243211bb Submitter: Zuul Branch: master
commit 9aca7a94e28589484e312770cc1ee2b8243211bb Author: Hemanth Nakkina <[email protected]> Date: Mon Dec 9 14:59:59 2019 +0530 Fix users/projects list when domain context is changed In case of Keystone Multidomain setup, the project and users list is empty when the domain context is changed. Horizon uses domain scoped token for keystone api calls to get list of projects and users. And domain scoped token cannot get information about projects and users in other domains, the list is empty. This patch modifies the use of domain scoped token only when domain context is not modified. The bug have 3 parts 1. Users are not listed on GUI in different domain 2. Projects are not listed on GUI in different domain 3. Gui hangs during creation of user/project using + option This patch handles case 1 and 2. Change-Id: Ibafe3e2eb3ee1ee5c9eb5d2a276a0edfa3e7c607 Partial-Bug: #1826114 Closes-Bug: #1830782 ** 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/1830782 Title: stein: openstack-dashboard gui not showing project/users for a selected domain (via "set domain context) for the admin user. Status in OpenStack keystone charm: Invalid Status in OpenStack openstack-dashboard charm: Invalid Status in OpenStack Dashboard (Horizon): Fix Released Status in OpenStack Bundles: Invalid Bug description: OpenStack-dashboard gui not showing newly created project/users under a new domain, but everything shows fine in CLI. The project and users were created on the horizon gui a notification in green shows successfully but nothing shows in the gui. The OpenStack Stein version (openstack telemetry #53 ) was installed with juju charm bundle running 4 nodes any idea where to look? I'm wondering how the Horizon gui get updated (who's responsible to update the horizon gui) I would appreciate your help Thanks. To manage notifications about this bug go to: https://bugs.launchpad.net/charm-keystone/+bug/1830782/+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

