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
commit bf1927be79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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