Chage cpu model to allow for nested virt to work

vmx flag was not passed in to the guest, so test VMs failed to boot on
compute2.  With host-passthrough the cpu flags are unfiltered.

Change-Id: I1a4607ba5bc96c92512a2f4aa43df51f7eef6b27
This commit is contained in:
Matthew Thode 2018-12-12 12:22:36 -06:00
parent bd82c6a3e5
commit d07df2c513
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8

View File

@ -17,7 +17,7 @@
<acpi/> <acpi/>
<apic/> <apic/>
</features> </features>
<cpu mode='host-model'> <cpu mode='host-passthrough'>
<topology sockets='1' cores='{{ server_vm_vcpus | int }}' threads='{{ vcpus_threads | int }}'/> <topology sockets='1' cores='{{ server_vm_vcpus | int }}' threads='{{ vcpus_threads | int }}'/>
</cpu> </cpu>
<clock offset='utc'> <clock offset='utc'>