Browse code

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

Change-Id: Ic9ce4dae930d46a8ce0e64a984880d5603f84f85
Fixes: bug #1133397

Daniel Salinas authored on 2013/02/27 01:01:05
Showing 1 changed files
... ...
@@ -1059,7 +1059,7 @@ if is_service_enabled nova; then
1059 1059
 
1060 1060
     elif [ "$VIRT_DRIVER" = 'openvz' ]; then
1061 1061
         echo_summary "Using OpenVZ virtualization driver"
1062
-        iniset $NOVA_CONF DEFAULT compute_driver "openvz.driver.OpenVzDriver"
1062
+        iniset $NOVA_CONF DEFAULT compute_driver "openvz.OpenVzDriver"
1063 1063
         iniset $NOVA_CONF DEFAULT connection_type "openvz"
1064 1064
         LIBVIRT_FIREWALL_DRIVER=${LIBVIRT_FIREWALL_DRIVER:-"nova.virt.libvirt.firewall.IptablesFirewallDriver"}
1065 1065
         iniset $NOVA_CONF DEFAULT firewall_driver "$LIBVIRT_FIREWALL_DRIVER"