Set proper role name for the grenade job

At the moment devstack upgrade tries to assign `Member` role
to which Keystone replies with 404 as role naming is case sensitive.

Change-Id: Ib85a920eae6c3ce2369a76282e8ea2fc90f7290b
This commit is contained in:
Dmitriy Rabotyagov 2025-04-01 11:12:13 +02:00
parent 28c4c76d80
commit f7804606da

View File

@ -126,7 +126,7 @@ function create {
resource_save heat user_id $id
# with keystone v3 user created in a project is not assigned a role
# 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
_heat_set_user