Switch the devstack upgrade to use the member role
A change in keystone[1] changed the default role it creates which breaks the designate grenade jobs. This patch switches "Member" to "member" in the update scripts to resolve the issue. [1] https://review.opendev.org/c/openstack/designate/+/946058 Change-Id: Ic88789c822be36e7834394e8abc9f095e6963830
This commit is contained in:
@@ -73,7 +73,7 @@ function create {
|
||||
# BUG(sdague): this really shouldn't be required, in Keystone v2 a
|
||||
# user created in a project was assigned to that project, in v3 it
|
||||
# is not - https://bugs.launchpad.net/keystone/+bug/1662911
|
||||
openstack role add Member --user $id --project $project_id
|
||||
openstack role add member --user $id --project $project_id
|
||||
|
||||
_set_designate_user
|
||||
|
||||
|
Reference in New Issue
Block a user