From: Zhijiang Hu Date: Tue, 14 Nov 2017 03:08:26 +0000 (-0500) Subject: Bugfix for 47103 X-Git-Tag: opnfv-6.0.0~41 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c9ddb929138a39ee22be8433074416575346734b;p=daisy.git Bugfix for 47103 Change-Id: I013e19ddcceac32e964b6a930edd653a552ca83d Signed-off-by: Zhijiang Hu --- 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