Merge "Disable file injection for libvirt driver"
This commit is contained in:
commit
b7bdb68b62
7
lib/nova
7
lib/nova
@ -240,10 +240,9 @@ function configure_nova() {
|
||||
sudo sysctl -w net.ipv4.ip_forward=1
|
||||
|
||||
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
|
||||
# When libguestfs is available for file injection, enable using
|
||||
# libguestfs to inspect the image and figure out the proper
|
||||
# partition to inject into.
|
||||
iniset $NOVA_CONF libvirt inject_partition '-1'
|
||||
# File injection is being disabled by default in the near future -
|
||||
# disable it here for now to avoid surprises later.
|
||||
iniset $NOVA_CONF libvirt inject_partition '-2'
|
||||
|
||||
# Check for kvm (hardware based virtualization). If unable to initialize
|
||||
# kvm, we drop back to the slower emulation mode (qemu). Note: many systems
|
||||
|
Loading…
Reference in New Issue
Block a user