From bfff93e1568a236be26a8e6c67e758b877f55a2a Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 13 Feb 2017 16:18:08 -0500 Subject: [PATCH] remove keystone internal uri There is really no reason to have an internal uri referenced for keystone in devstack. Change-Id: If0588a0ab512d94451992e7131dd3c8a33c5797c --- lib/keystone | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/keystone b/lib/keystone index 474af8be1d..45f0fa4fff 100644 --- a/lib/keystone +++ b/lib/keystone @@ -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