summaryrefslogtreecommitdiffstats
path: root/jjb/joid
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-28 23:19:58 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-28 23:22:05 -0500
commitb7182381972ff8df6124adc271d9eb9e7a610b27 (patch)
tree59ac5fef54735bddc2ec549f83f4d66bad7d374a /jjb/joid
parent5eed2fbbb5def0eea9dbfb048db96a131b71ca72 (diff)
read vip from phase1 services.
This change is to read the keystone vip from phase1 services now. Change-Id: I27c32e6c49e7b6213ed15b10341bb4909c2141f6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'jjb/joid')
-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 37b0c0dc3..6d9e8aeba 100644
--- a/jjb/joid/joid-deploy.sh
+++ b/jjb/joid/joid-deploy.sh
@@ -154,7 +154,7 @@ echo "------ Create OpenRC file [$JOID_ADMIN_OPENRC] ------"
# get Keystone ip
case "$HA_MODE" in
"ha")
- KEYSTONE=$(cat bundles.yaml |shyaml get-value openstack-phase2.services.keystone.options.vip)
+ KEYSTONE=$(cat bundles.yaml |shyaml get-value openstack-phase1.services.keystone.options.vip)
;;
*)
KEYSTONE=$(juju status keystone |grep public-address|sed -- 's/.*\: //')