From c563717f6ed141b3dc4df104b7484efe7341b01d Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Wed, 12 Dec 2018 22:08:59 +0000 Subject: [PATCH] Switched to qemu and host-model libvirt settings. These settings are less performant, but more universally compatible. A seperate task would be to expose these settings via the snap config, in some sensible way. For now, this means that microstack will "just work" in more places. --- 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 0ff89cf..bb910e5 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 = kvm -cpu_mode = host-passthrough +virt_type = qemu +cpu_mode = host-model