Change-Id: I6047340f7f0d2c7b6b175335bdbf836a2a8d0a9c
Signed-off-by: root <zhou.ya@zte.com.cn>
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
break
elif [ $os_install_failed -gt 0 ]; then
echo "os installing have failed..."
+ echo "this is the daisy api log"
+ cat /var/log/daisy/api.log |grep -v wsgi
exit 1
else
progress=`daisy host-list --cluster-id $cluster_id |grep DISCOVERY_SUCCESSFUL |awk -F "|" '{print $7}'|sed s/[[:space:]]//g|sed ':a;N;$ s/\n/ /g;ba'`