summaryrefslogtreecommitdiffstats
path: root/lib/post-install-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-11-15 16:47:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-15 16:47:02 +0000
commit28861bb2ac641b282ec2fc7648fd52a076f821b8 (patch)
tree039407014bfbe225e31a822ade438015eada85bb /lib/post-install-functions.sh
parentafc1acf59a2b68c56f87e16ce39104e4aa9647f5 (diff)
parent1041cbfc25fa59f12e00cf4480edf4fd742a4715 (diff)
Merge "Updating heat cli calls to converged cli"
Diffstat (limited to 'lib/post-install-functions.sh')
-rwxr-xr-xlib/post-install-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/post-install-functions.sh b/lib/post-install-functions.sh
index d21b8366..604eb70d 100755
--- a/lib/post-install-functions.sh
+++ b/lib/post-install-functions.sh
@@ -208,7 +208,7 @@ done
# Print out the undercloud IP and dashboard URL
source stackrc
echo "Undercloud IP: $UNDERCLOUD, please connect by doing 'opnfv-util undercloud'"
-echo "Overcloud dashboard available at http://\$(heat output-show overcloud PublicVip | sed 's/"//g')/dashboard"
+echo "Overcloud dashboard available at http://\$(openstack stack output show overcloud PublicVip | sed 's/"//g')/dashboard"
EOI
if [[ "$ha_enabled" == 'True' ]]; then