[openstack-nova] change from a deprecated config option

Pádraig Brady pbrady at fedoraproject.org
Fri Sep 21 17:44:20 UTC 2012


commit 705f550c8ebfa4083698bf7baaf1c8b5d9d16673
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Sep 21 18:42:52 2012 +0100

    change from a deprecated config option
    
    connection_type is deprecated in favor of compute_driver

 nova.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nova.conf b/nova.conf
index 1e5eb68..8604c41 100644
--- a/nova.conf
+++ b/nova.conf
@@ -12,7 +12,7 @@ libvirt_inject_partition = -1
 network_manager = nova.network.manager.FlatDHCPManager
 iscsi_helper = tgtadm
 sql_connection = mysql://nova:nova@localhost/nova
-connection_type = libvirt
+compute_driver = libvirt.LibvirtDriver
 libvirt_cpu_mode = none
 firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
 rpc_backend = nova.openstack.common.rpc.impl_qpid


More information about the scm-commits mailing list