From 324e4c84e9b0783d342d6ca83945da478bb0dbb0 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Wed, 12 Jun 2013 18:59:57 +0300 Subject: python-cinder: Changed MQ backend to RabbitMQ Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-cinder/cinder.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder.conf') 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 verbose = True auth_strategy = keystone -rpc_backend = cinder.openstack.common.rpc.impl_qpid -qpid_hostname=localhost -qpid_port=5672 +#rpc_backend = cinder.openstack.common.rpc.impl_qpid +#qpid_hostname=localhost +#qpid_port=5672 + +rpc_backend = cinder.openstack.common.rpc.impl_kombu +rabbit_host=localhost +rabbit_port=5672 # # Options defined in cinder.openstack.common.cfg:CommonConfigOpts -- cgit v1.2.3-54-g00ecf