summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-12 18:58:53 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:57 -0400
commitf4910048cad2cc96046084df34d645f81bd6dfcc (patch)
tree5ecfcd5510c5befe90fc57a6b087d5971190952f /meta-openstack
parentff74ee2bc8c274b7ea827226b3938fcf6d1e09a6 (diff)
downloadmeta-cloud-services-f4910048cad2cc96046084df34d645f81bd6dfcc.tar.gz
python-quantum: Changed MQ backend to RabbitMQ
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-quantum/quantum.conf10
1 files changed, 5 insertions, 5 deletions
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
119# SSL certification authority file (valid only if SSL enabled)' 119# SSL certification authority file (valid only if SSL enabled)'
120# kombu_ssl_ca_certs = 120# kombu_ssl_ca_certs =
121# IP address of the RabbitMQ installation 121# IP address of the RabbitMQ installation
122# rabbit_host = localhost 122rabbit_host = localhost
123# Password of the RabbitMQ server 123# Password of the RabbitMQ server
124# rabbit_password = guest 124# rabbit_password = guest
125# Port where RabbitMQ server is running/listening 125# Port where RabbitMQ server is running/listening
126# rabbit_port = 5672 126rabbit_port = 5672
127# RabbitMQ single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) 127# RabbitMQ single or HA cluster (host:port pairs i.e: host1:5672, host2:5672)
128# rabbit_hosts is defaulted to '$rabbit_host:$rabbit_port' 128# rabbit_hosts is defaulted to '$rabbit_host:$rabbit_port'
129# rabbit_hosts = localhost:5672 129# rabbit_hosts = localhost:5672
@@ -141,11 +141,11 @@ control_exchange = quantum
141# rabbit_ha_queues = false 141# rabbit_ha_queues = false
142 142
143# QPID 143# QPID
144rpc_backend=quantum.openstack.common.rpc.impl_qpid 144# rpc_backend=quantum.openstack.common.rpc.impl_qpid
145# Qpid broker hostname 145# Qpid broker hostname
146qpid_hostname = localhost 146# qpid_hostname = localhost
147# Qpid broker port 147# Qpid broker port
148qpid_port = 5672 148# qpid_port = 5672
149# Qpid single or HA cluster (host:port pairs i.e: host1:5672, host2:5672) 149# Qpid single or HA cluster (host:port pairs i.e: host1:5672, host2:5672)
150# qpid_hosts is defaulted to '$qpid_hostname:$qpid_port' 150# qpid_hosts is defaulted to '$qpid_hostname:$qpid_port'
151# qpid_hosts = localhost:5672 151# qpid_hosts = localhost:5672