remove keystone internal uri

There is really no reason to have an internal uri referenced for
keystone in devstack.

Change-Id: If0588a0ab512d94451992e7131dd3c8a33c5797c
This commit is contained in:
Sean Dague 2017-02-13 16:18:08 -05:00
parent 11eb2017ef
commit bfff93e156

View File

@ -654,8 +654,7 @@ function bootstrap_keystone {
--bootstrap-service-name keystone \
--bootstrap-region-id "$REGION_NAME" \
--bootstrap-admin-url "$KEYSTONE_AUTH_URI" \
--bootstrap-public-url "$KEYSTONE_SERVICE_URI" \
--bootstrap-internal-url "$KEYSTONE_SERVICE_URI"
--bootstrap-public-url "$KEYSTONE_SERVICE_URI"
}
# Restore xtrace