From f4910048cad2cc96046084df34d645f81bd6dfcc Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Wed, 12 Jun 2013 18:58:53 +0300 Subject: python-quantum: Changed MQ backend to RabbitMQ Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-quantum/quantum.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf b/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf index 8bb879e..a9d112c 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf +++ b/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf @@ -119,11 +119,11 @@ control_exchange = quantum # SSL certification authority file (valid only if SSL enabled)' # kombu_ssl_ca_certs = # IP address of the RabbitMQ installation -# rabbit_host = localhost +rabbit_host = localhost # Password of the RabbitMQ server # rabbit_password = guest # Port where RabbitMQ server is running/listening -# rabbit_port = 5672 +rabbit_port = 5672 # RabbitMQ single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) # rabbit_hosts is defaulted to '$rabbit_host:$rabbit_port' # rabbit_hosts = localhost:5672 @@ -141,11 +141,11 @@ control_exchange = quantum # rabbit_ha_queues = false # QPID -rpc_backend=quantum.openstack.common.rpc.impl_qpid +# rpc_backend=quantum.openstack.common.rpc.impl_qpid # Qpid broker hostname -qpid_hostname = localhost +# qpid_hostname = localhost # Qpid broker port -qpid_port = 5672 +# qpid_port = 5672 # Qpid single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) # qpid_hosts is defaulted to '$qpid_hostname:$qpid_port' # qpid_hosts = localhost:5672 -- cgit v1.2.3-54-g00ecf