summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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