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:
Chmouel Boudjnah 2012-07-20 15:00:02 +00:00
parent f4d5780d64
commit d55509d46e

View File

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