Merge "Creates nova endpoint when n-api is enabled."

This commit is contained in:
Jenkins 2012-11-26 15:27:34 +00:00 committed by Gerrit Code Review
commit 140b58ba19

View File

@ -106,7 +106,7 @@ if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
fi
# Nova
if [[ "$ENABLED_SERVICES" =~ "n-cpu" ]]; then
if [[ "$ENABLED_SERVICES" =~ "n-api" ]]; then
NOVA_USER=$(get_id keystone user-create \
--name=nova \
--pass="$SERVICE_PASSWORD" \