Change the openvz driver compute_driver entry to match
all other compute drivers in nova. Change-Id: Ic9ce4dae930d46a8ce0e64a984880d5603f84f85 Fixes: bug #1133397
This commit is contained in:
2
stack.sh
2
stack.sh
@@ -1059,7 +1059,7 @@ if is_service_enabled nova; then
|
||||
|
||||
elif [ "$VIRT_DRIVER" = 'openvz' ]; then
|
||||
echo_summary "Using OpenVZ virtualization driver"
|
||||
iniset $NOVA_CONF DEFAULT compute_driver "openvz.driver.OpenVzDriver"
|
||||
iniset $NOVA_CONF DEFAULT compute_driver "openvz.OpenVzDriver"
|
||||
iniset $NOVA_CONF DEFAULT connection_type "openvz"
|
||||
LIBVIRT_FIREWALL_DRIVER=${LIBVIRT_FIREWALL_DRIVER:-"nova.virt.libvirt.firewall.IptablesFirewallDriver"}
|
||||
iniset $NOVA_CONF DEFAULT firewall_driver "$LIBVIRT_FIREWALL_DRIVER"
|
||||
|
||||
Reference in New Issue
Block a user