Use c-api for service when creating cinder user.
- cinder is not a service but c-api is. Change-Id: I580fe91216d3fa066120dc774811bfe08119ca02
This commit is contained in:
parent
f4d5780d64
commit
d55509d46e
@ -275,7 +275,7 @@ if [[ "$ENABLED_SERVICES" =~ "tempest" ]]; then
|
||||
--role_id $MEMBER_ROLE
|
||||
fi
|
||||
|
||||
if [[ "$ENABLED_SERVICES" =~ "cinder" ]]; then
|
||||
if [[ "$ENABLED_SERVICES" =~ "c-api" ]]; then
|
||||
CINDER_USER=$(get_id keystone user-create --name=cinder \
|
||||
--pass="$SERVICE_PASSWORD" \
|
||||
--tenant_id $SERVICE_TENANT \
|
||||
|
Loading…
Reference in New Issue
Block a user