We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b74e14f + 5ccf7cc commit 5cb475dCopy full SHA for 5cb475d
server.sh
@@ -248,6 +248,8 @@ for driver in "${!drivers[@]}"; do
248
echo "Testing connectivity from the instance ${name}"
249
sleep 60
250
if ! ssh -o ConnectTimeout=30 -o StrictHostKeyChecking=no "$os_user"@"$fip_address" ping -c 1 1.1.1.1; then
251
+ echo "Error when running a ping from the instance. Dumping load balancer status..."
252
+ openstack loadbalancer status show "$lb_id"
253
echo "Error when running a ping from the instance. Dumping instance console..."
254
openstack console log show "$name" || true
255
echo "Done"
0 commit comments