From c9ddb929138a39ee22be8433074416575346734b Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Mon, 13 Nov 2017 22:08:26 -0500 Subject: Bugfix for 47103 Change-Id: I013e19ddcceac32e964b6a930edd653a552ca83d Signed-off-by: Zhijiang Hu --- deploy/check_openstack_progress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/check_openstack_progress.sh b/deploy/check_openstack_progress.sh index c4ba5978..1aa3570a 100755 --- a/deploy/check_openstack_progress.sh +++ b/deploy/check_openstack_progress.sh @@ -73,7 +73,7 @@ count=0 while true; do if [ $count -gt $maxcount ]; then echo "It took too long to install openstack, exit." - dump_log $cluster_id + dump_log_for_cluster $cluster_id exit 1 fi count=$[count + 1] @@ -86,7 +86,7 @@ while true; do break elif [ $openstack_install_failed -gt 0 ]; then echo "openstack installation failed ..." - dump_log $cluster_id + dump_log_for_cluster $cluster_id exit 1 else # get 'Role_progress' column -- cgit 1.2.3-korg