Use c-api for service when creating cinder user.
- cinder is not a service but c-api is.
Change-Id: I580fe91216d3fa066120dc774811bfe08119ca02
diff --git a/files/keystone_data.sh b/files/keystone_data.sh
index ba14a47..6987797 100755
--- a/files/keystone_data.sh
+++ b/files/keystone_data.sh
@@ -275,7 +275,7 @@
--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 \