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

View File

@@ -17,7 +17,7 @@
<acpi/>
<apic/>
</features>
<cpu mode='host-model'>
<cpu mode='host-passthrough'>
<topology sockets='1' cores='{{ server_vm_vcpus | int }}' threads='{{ vcpus_threads | int }}'/>
</cpu>
<clock offset='utc'>
Reference in New Issue
openstack/openstack-ansible-ops
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.