Merge "Use c-api for service when creating cinder user."

This commit is contained in:
Jenkins 2012-07-20 19:16:25 +00:00 committed by Gerrit Code Review
commit 51f5f88f10

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