From 4921d4dbb937b8a9ca26379a33252f0bebcfb53f Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 23 Feb 2016 22:51:04 -0600 Subject: [PATCH] Use unversioned keystone endpoints Insert the unversioned keystone URLs into the service catalog. Services should be able to determine the correct URL for their work from this. Depends-On: I931f0c558aafc8dfaa5519744c6e4e7fcffc3205 Change-Id: I6171f782a1dd397720a9b2a3393b30ae5aca0cc2 --- lib/keystone | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/keystone b/lib/keystone index 9f23e73381..802b38082e 100644 --- a/lib/keystone +++ b/lib/keystone @@ -634,9 +634,9 @@ function bootstrap_keystone { --bootstrap-role-name admin \ --bootstrap-service-name keystone \ --bootstrap-region-id "$REGION_NAME" \ - --bootstrap-admin-url "$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION" \ - --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/v$IDENTITY_API_VERSION" + --bootstrap-admin-url "$KEYSTONE_AUTH_URI" \ + --bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT" \ + --bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT" } # Restore xtrace