summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-12 18:59:57 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:57 -0400
commit324e4c84e9b0783d342d6ca83945da478bb0dbb0 (patch)
treef26480bd1687c2f15aebed3a30d573ad9bdc1461 /meta-openstack/recipes-devtools/python/python-cinder
parenta2fe94c45fee8227479f8e806307f841eb741ceb (diff)
downloadmeta-cloud-services-324e4c84e9b0783d342d6ca83945da478bb0dbb0.tar.gz
python-cinder: Changed MQ backend to RabbitMQ
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
index 1e1c007..95f81e4 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
@@ -13,9 +13,13 @@ volume_group = cinder-volumes
13verbose = True 13verbose = True
14auth_strategy = keystone 14auth_strategy = keystone
15 15
16rpc_backend = cinder.openstack.common.rpc.impl_qpid 16#rpc_backend = cinder.openstack.common.rpc.impl_qpid
17qpid_hostname=localhost 17#qpid_hostname=localhost
18qpid_port=5672 18#qpid_port=5672
19
20rpc_backend = cinder.openstack.common.rpc.impl_kombu
21rabbit_host=localhost
22rabbit_port=5672
19 23
20# 24#
21# Options defined in cinder.openstack.common.cfg:CommonConfigOpts 25# Options defined in cinder.openstack.common.cfg:CommonConfigOpts