summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeploy/check_openstack_progress.sh4
1 files 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