Merge "[gate] Mask AVX2 to prevent 16.04 on 16.04 VMs boot crashes"

This commit is contained in:
Zuul 2018-09-28 14:26:36 +00:00 committed by Gerrit Code Review
commit dcd847b35b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ vm_create() {
virt-install \
--name "${NAME}" \
--virt-type kvm \
--cpu host \
--cpu host,+x2apic,-avx2 \
--graphics vnc,listen=0.0.0.0 \
--noautoconsole \
--network "network=promenade,model=virtio" \