Public bug reported: Horizon uses '_member_' as default value of OPENSTACK_KEYSTONE_DEFAULT_ROLE. So if a user tries to create a new project leads to "horizon.exceptions.NotFound: Could not find default role '_member_' in Keystone" [1] error.
horizon must use OPENSTACK_KEYSTONE_DEFAULT_ROLE = 'member' to fix it. [1] https://paste.opendev.org/show/812074/ ** Affects: horizon Importance: Undecided Status: New -- 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/1957173 Title: Horizon uses wrong value of OPENSTACK_KEYSTONE_DEFAULT_ROLE Status in OpenStack Dashboard (Horizon): New Bug description: Horizon uses '_member_' as default value of OPENSTACK_KEYSTONE_DEFAULT_ROLE. So if a user tries to create a new project leads to "horizon.exceptions.NotFound: Could not find default role '_member_' in Keystone" [1] error. horizon must use OPENSTACK_KEYSTONE_DEFAULT_ROLE = 'member' to fix it. [1] https://paste.opendev.org/show/812074/ To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1957173/+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

