Merge "Wait for VMs to stop with KVM, too"

This commit is contained in:
Jenkins 2016-11-10 21:25:40 +00:00 committed by Gerrit Code Review
commit dd96fdfb30

View File

@ -107,6 +107,7 @@ function stop_running_cluster_vms {
elif [[ "$(get_vm_group "$vm_id")" =~ $VM_GROUP ]]; then
# vm_id instead of vm_name works just as well
vm_acpi_shutdown "$vm_id"
vm_wait_for_shutdown "$vm_id"
fi
done
}