Revert "Use unversioned keystone endpoints"

This reverts commit 4921d4dbb9.

Change-Id: Ic8888fca5d25ca6caa3f29f712db319f1d3869ba
This commit is contained in:
Armando Migliaccio 2016-04-06 21:57:28 +00:00
parent 4921d4dbb9
commit da1ca6e07c

View File

@ -634,9 +634,9 @@ function bootstrap_keystone {
--bootstrap-role-name admin \ --bootstrap-role-name admin \
--bootstrap-service-name keystone \ --bootstrap-service-name keystone \
--bootstrap-region-id "$REGION_NAME" \ --bootstrap-region-id "$REGION_NAME" \
--bootstrap-admin-url "$KEYSTONE_AUTH_URI" \ --bootstrap-admin-url "$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION" \
--bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT" \ --bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION" \
--bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT" --bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION"
} }
# Restore xtrace # Restore xtrace