diff --git a/files/keystone_data.sh b/files/keystone_data.sh index 71994a816f..f75d24a6c3 100755 --- a/files/keystone_data.sh +++ b/files/keystone_data.sh @@ -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" \