Consolidate member role to standard
With the latest change to keystone regarding default roles, this change moves all instances of the member role to be set as "member", from any deviations in casing or characters. Change-Id: I9f49fb562239047763c88fcb09a13d891b80d60a
This commit is contained in:
parent
ce21f6e96d
commit
35ac52023a
@ -102,7 +102,7 @@ for SERVICE_OS_ROLE in ${SERVICE_OS_ROLES}; do
|
||||
done
|
||||
|
||||
# Manage user member role
|
||||
: ${MEMBER_OS_ROLE:="_member_"}
|
||||
: ${MEMBER_OS_ROLE:="member"}
|
||||
export USER_ROLE_ID=$(openstack role create --or-show -f value -c id \
|
||||
"${MEMBER_OS_ROLE}");
|
||||
ks_assign_user_role
|
||||
|
Loading…
Reference in New Issue
Block a user