summaryrefslogtreecommitdiffstats
path: root/deploy/check_openstack_progress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/check_openstack_progress.sh')
-rwxr-xr-xdeploy/check_openstack_progress.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy/check_openstack_progress.sh b/deploy/check_openstack_progress.sh
index 15dbcdda..7fa16524 100755
--- a/deploy/check_openstack_progress.sh
+++ b/deploy/check_openstack_progress.sh
@@ -52,6 +52,10 @@ while true; do
break
elif [ $openstack_install_failed -gt 0 ]; then
echo "openstack installing have failed..."
+ echo "this is the daisy api log"
+ cat /var/log/daisy/api.log |grep -v wsgi
+ echo "----------------------------------------------------"
+ echo "this is the kolla install log"
tail -n 200 /var/log/daisy/kolla_$cluster_id*
exit 1
else