Merge pull request #47 from CanonicalLtd/more-compatible-vm-defaults

Switched to qemu and host-model libvirt settings.
This commit is contained in:
Ryan Beisner 2018-12-13 10:18:51 -06:00 committed by GitHub
commit 362395dea1
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
[libvirt]
virt_type = kvm
cpu_mode = host-passthrough
virt_type = qemu
cpu_mode = host-model