From 1041cbfc25fa59f12e00cf4480edf4fd742a4715 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 28 Oct 2016 04:30:54 -0400 Subject: Updating heat cli calls to converged cli In newton the heat cli is deprecated: WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead WARNING (shell) "heat resource-list" is deprecated, please use "openstack stack resource list" instead Change-Id: Ia32f05c72500e5fdd525c32a9b41b2be3cb1599c Signed-off-by: Dan Radez --- lib/post-install-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/post-install-functions.sh') 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 -- cgit 1.2.3-korg