[openstack-nova] change the default message broker from rabbitmq to qpid

Pádraig Brady pbrady at fedoraproject.org
Thu Feb 2 18:41:58 UTC 2012


commit a7f3f6a68c6123e9d963cc4a0994a77982084a86
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Feb 2 16:04:35 2012 +0000

    change the default message broker from rabbitmq to qpid
    
    Note I didn't depend on qpid-cpp-server, so that
    needs to be documented to be installed.
    See related commit 55e1dd02

 nova.conf           |    1 +
 openstack-nova.spec |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/nova.conf b/nova.conf
index 068d981..da87dc5 100644
--- a/nova.conf
+++ b/nova.conf
@@ -11,3 +11,4 @@
 --iscsi_helper=tgtadm
 --sql_connection=mysql://nova:nova@localhost/nova
 --connection_type=libvirt
+--rpc_backend=nova.rpc.impl_qpid
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 9a8f600..0360876 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -361,6 +361,7 @@ fi
 * Mon Jan 30 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-0.3.e3
 - Suppress a warning from `nova-manage image convert`
 - Add the openstack-nova-cert service which now handles the CA folder
+- Change the default message broker from rabbitmq to qpid
 
 * Fri Jan 27 2012 Pádraig Brady <P at draigBrady.com> - 2012.1-0.2.e3
 - Suppress erroneous output to stdout on package install (#785115)


More information about the scm-commits mailing list