Switched back to kvm and host-passthrough vm defaults. This will break Virtualbox, but it will make machines on bare metal and kvm setups run a lot, lot faster.

This commit is contained in:
Pete Vander Giessen 2019-04-10 14:21:05 -04:00
parent 56cd24f5d0
commit dcf6dd98d8
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 = qemu
cpu_mode = host-model
virt_type = kvm
cpu_mode = host-passthrough