diff options
-rwxr-xr-x | deploy/check_openstack_progress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/check_openstack_progress.sh b/deploy/check_openstack_progress.sh index 7fa16524..a50df235 100755 --- a/deploy/check_openstack_progress.sh +++ b/deploy/check_openstack_progress.sh @@ -56,7 +56,7 @@ while true; do 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* + tail -n 5000 /var/log/daisy/kolla_$cluster_id* exit 1 else # get 'Role_progress' column |