From 0e7bb3a76447e863735c944b226e704a2731cac9 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 18 Apr 2017 13:20:22 -0700 Subject: [PATCH] Update keystone URL to be consistent Updates the octavia devstack plugin to use the same keystone URL environment variable as other projects, OS_AUTH_URL. Change-Id: I3089bc440980f44bd9ec19a01bf7c0f2fcdceb85 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 4fdb40e1d9..4c4f79a5f8 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -92,7 +92,7 @@ function octavia_configure { configure_auth_token_middleware $OCTAVIA_CONF octavia $OCTAVIA_AUTH_CACHE_DIR # Ensure config is set up properly for authentication as admin - iniset $OCTAVIA_CONF service_auth auth_url $KEYSTONE_AUTH_URI + iniset $OCTAVIA_CONF service_auth auth_url $OS_AUTH_URL iniset $OCTAVIA_CONF service_auth auth_type password iniset $OCTAVIA_CONF service_auth username $OCTAVIA_USERNAME iniset $OCTAVIA_CONF service_auth password $OCTAVIA_PASSWORD