From: David Blaisonneau Date: Thu, 19 May 2016 13:25:06 +0000 (+0200) Subject: [joid] correct auth url with good admin port X-Git-Tag: colorado.1.0~452^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F14379%2F2;p=releng.git [joid] correct auth url with good admin port Signed-off-by: David Blaisonneau --- 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'