Merge "CI: Add instance console log to test-core-openstack.sh"

This commit is contained in:
Zuul 2020-03-19 14:50:32 +00:00 committed by Gerrit Code Review
commit 7e94e2f3d6

View File

@ -82,6 +82,8 @@ function test_instance_boot {
break
elif [[ $i -eq ${attempts} ]]; then
echo "Failed to access server via SSH after ${attempts} attempts"
echo "Console log:"
openstack console log show kolla_boot_test
return 1
else
echo "Cannot access server - retrying"