This website works better with JavaScript.
Home
Explore
Get Started
x
/
microstack
Code
Issues
Proposed changes
Browse Source
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.
configure-hook
Pete Vander Giessen
2 years ago
parent
56cd24f5d0
commit
dcf6dd98d8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
snap-overlay/etc/nova/nova.conf.d/hypervisor.conf
+ 2
- 2
snap-overlay/etc/nova/nova.conf.d/hypervisor.conf
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
Write
Preview
Loading…
Cancel
Save