Skip to content

Commit 2bf6095

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Revert "Use unversioned keystone endpoints""
2 parents 449ab10 + da1ca6e commit 2bf6095

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
@@ -619,9 +619,9 @@ function bootstrap_keystone {
619619
--bootstrap-role-name admin \
620620
--bootstrap-service-name keystone \
621621
--bootstrap-region-id "$REGION_NAME" \
622-
--bootstrap-admin-url "$KEYSTONE_AUTH_URI" \
623-
--bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT" \
624-
--bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT"
622+
--bootstrap-admin-url "$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION" \
623+
--bootstrap-public-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION" \
624+
--bootstrap-internal-url "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION"
625625
}
626626

627627
# Restore xtrace

0 commit comments

Comments
 (0)