Merge pull request #47 from CanonicalLtd/more-compatible-vm-defaults
Switched to qemu and host-model libvirt settings.configure-hook
commit
362395dea1
|
@ -5,5 +5,5 @@ compute_driver = libvirt.LibvirtDriver
|
|||
disable_rootwrap = True
|
||||
|
||||
[libvirt]
|
||||
virt_type = kvm
|
||||
cpu_mode = host-passthrough
|
||||
virt_type = qemu
|
||||
cpu_mode = host-model
|
||||
|
|
Loading…
Reference in New Issue