Merge pull request #62 from CanonicalLtd/bug/fix-slow-vms

Switched back to kvm and host-passthrough vm defaults.
This commit is contained in:
Ryan Beisner
2019-04-11 15:08:10 -05:00
committed by GitHub

View File

@@ -5,5 +5,5 @@ compute_driver = libvirt.LibvirtDriver
disable_rootwrap = True
[libvirt]
virt_type = qemu
cpu_mode = host-model
virt_type = kvm
cpu_mode = host-passthrough