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.
This commit is contained in:
Pete Vander Giessen 2018-12-12 22:08:59 +00:00
parent 6aa38a941a
commit c563717f6e
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 = kvm virt_type = qemu
cpu_mode = host-passthrough cpu_mode = host-model