summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-05-24 15:53:15 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-24 15:53:15 +0000
commita863989bb1336e0c1822c78a0dbb4b2c6f1bef44 (patch)
treec906cef76ee1d6056e267c1978da38df7bf16d41 /jjb
parent164cd8b95d02d71b13c5e9d441c2c1cac519f899 (diff)
parent08fc0671bcfb92cb8e563fc1b3a131ad496988ae (diff)
Merge "[joid] correct auth url with good admin port"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/joid/joid-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/joid/joid-deploy.sh b/jjb/joid/joid-deploy.sh
index bcc4b6412..51a1469c4 100644
--- a/jjb/joid/joid-deploy.sh
+++ b/jjb/joid/joid-deploy.sh
@@ -181,7 +181,7 @@ cat << EOF > $JOID_ADMIN_OPENRC
export OS_USERNAME=admin
export OS_PASSWORD=$OS_ADMIN_PASSWORD
export OS_TENANT_NAME=admin
-export OS_AUTH_URL=http://$KEYSTONE:35537/v2.0
+export OS_AUTH_URL=http://$KEYSTONE:35357/v2.0
export OS_REGION_NAME=Canonical
export OS_ENDPOINT_TYPE='adminURL'
export CINDER_ENDPOINT_TYPE='adminURL'