diff options
author | Dan Radez <dradez@redhat.com> | 2016-11-15 16:47:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-15 16:47:02 +0000 |
commit | 28861bb2ac641b282ec2fc7648fd52a076f821b8 (patch) | |
tree | 039407014bfbe225e31a822ade438015eada85bb /lib/post-install-functions.sh | |
parent | afc1acf59a2b68c56f87e16ce39104e4aa9647f5 (diff) | |
parent | 1041cbfc25fa59f12e00cf4480edf4fd742a4715 (diff) |
Merge "Updating heat cli calls to converged cli"
Diffstat (limited to 'lib/post-install-functions.sh')
-rwxr-xr-x | lib/post-install-functions.sh | 2 |
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 |