From dcf6dd98d89b4250a4b5517f72f8e00406561d31 Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Wed, 10 Apr 2019 14:21:05 -0400 Subject: [PATCH] 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. --- snap-overlay/etc/nova/nova.conf.d/hypervisor.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap-overlay/etc/nova/nova.conf.d/hypervisor.conf b/snap-overlay/etc/nova/nova.conf.d/hypervisor.conf index bb910e5..0ff89cf 100644 --- a/snap-overlay/etc/nova/nova.conf.d/hypervisor.conf +++ b/snap-overlay/etc/nova/nova.conf.d/hypervisor.conf @@ -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