From f82b55b4307e03e72432338ff38efd5f951130be Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Mon, 18 Aug 2014 14:13:56 +0200 Subject: [PATCH] labs: admin uses port 35357 for authentication With this patch, the admin user connects to port 35357 (adminurl) instead of 5000 (internalurl) for authentication. Change-Id: I94c73d75a3e4951d96994852bead1ff583009a08 --- labs/config/labs-openstackrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/config/labs-openstackrc.sh b/labs/config/labs-openstackrc.sh index 3281c5b1..dfd8ba6b 100644 --- a/labs/config/labs-openstackrc.sh +++ b/labs/config/labs-openstackrc.sh @@ -12,4 +12,4 @@ source "$CONFIG_DIR/credentials" export OS_USERNAME=$ADMIN_USER_NAME export OS_PASSWORD=$ADMIN_PASSWORD export OS_TENANT_NAME=$ADMIN_TENANT_NAME -export OS_AUTH_URL="http://controller-mgmt:5000/v2.0" +export OS_AUTH_URL="http://controller-mgmt:35357/v2.0"