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
This commit is contained in:
Roger Luethi 2014-08-18 14:13:56 +02:00
parent dcb47407a2
commit f82b55b430

View File

@ -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"