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:
parent
6aa38a941a
commit
c563717f6e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user