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:
Michael Johnson
2025-04-01 16:22:21 +00:00
parent 2f2a633295
commit 595894be22

View File

@@ -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