diff options
author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-12 18:59:57 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
commit | 324e4c84e9b0783d342d6ca83945da478bb0dbb0 (patch) | |
tree | f26480bd1687c2f15aebed3a30d573ad9bdc1461 /meta-openstack/recipes-devtools/python/python-cinder | |
parent | a2fe94c45fee8227479f8e806307f841eb741ceb (diff) | |
download | meta-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.conf | 10 |
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 | |||
13 | verbose = True | 13 | verbose = True |
14 | auth_strategy = keystone | 14 | auth_strategy = keystone |
15 | 15 | ||
16 | rpc_backend = cinder.openstack.common.rpc.impl_qpid | 16 | #rpc_backend = cinder.openstack.common.rpc.impl_qpid |
17 | qpid_hostname=localhost | 17 | #qpid_hostname=localhost |
18 | qpid_port=5672 | 18 | #qpid_port=5672 |
19 | |||
20 | rpc_backend = cinder.openstack.common.rpc.impl_kombu | ||
21 | rabbit_host=localhost | ||
22 | rabbit_port=5672 | ||
19 | 23 | ||
20 | # | 24 | # |
21 | # Options defined in cinder.openstack.common.cfg:CommonConfigOpts | 25 | # Options defined in cinder.openstack.common.cfg:CommonConfigOpts |