Skip to content

Commit 4921d4d

Browse files
committed
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
1 parent f0f3719 commit 4921d4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/keystone

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,9 @@ function bootstrap_keystone {
634634
--bootstrap-role-name admin \
635635
--bootstrap-service-name keystone \
636636
--bootstrap-region-id "$REGION_NAME" \
637-
--bootstrap-admin-url "$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION" \
638-
--bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION" \
639-
--bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION"
637+
--bootstrap-admin-url "$KEYSTONE_AUTH_URI" \
638+
--bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT" \
639+
--bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT"
640640
}
641641

642642
# Restore xtrace

0 commit comments

Comments
 (0)