[openstack-nova] specify 'libvirt' as the connection_type

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 27 15:54:25 UTC 2012


commit 7941154645715636ae670754a92d4385f1a31664
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 27 15:36:06 2012 +0000

    specify 'libvirt' as the connection_type
    
    There is no default connection_type as of essex-3,
    which stops the compute service from starting.

 nova.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/nova.conf b/nova.conf
index b647725..068d981 100644
--- a/nova.conf
+++ b/nova.conf
@@ -10,3 +10,4 @@
 --network_manager=nova.network.manager.FlatDHCPManager
 --iscsi_helper=tgtadm
 --sql_connection=mysql://nova:nova@localhost/nova
+--connection_type=libvirt


More information about the scm-commits mailing list