Merge "Change the openvz driver compute_driver entry to match all other compute drivers in nova."

This commit is contained in:
Jenkins 2013-03-01 13:11:50 +00:00 committed by Gerrit Code Review
commit b057f4f75c

View File

@ -1070,7 +1070,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"