]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use openstack.common.cfg.CONF.
authorRussell Bryant <rbryant@redhat.com>
Fri, 1 Jun 2012 18:42:32 +0000 (14:42 -0400)
committerMark McLoughlin <markmc@redhat.com>
Thu, 19 Jul 2012 16:20:18 +0000 (17:20 +0100)
commit0f362edeb03177c12a65b9587d13df7aac76a2f7
tree2c6b622536e107861b67bbd789d35186e152c5c9
parent8f1d99d6942538622c737b791007cecdf9248d8a
Use openstack.common.cfg.CONF.

Part of blueprint common-rpc.

This patch makes the rpc code use the global config object from
openstack-common.  Based on some recent discussions on the mailing list,
this may not be the final way configuration handling is done here, but
it is certainly better than the register_opts() hack that is removed by
this patch.

Change-Id: Id128126e0bc064a2a1c710c6bd32fb3d137dc7f6
bin/cinder-manage
bin/clear_rabbit_queues
cinder/rpc/__init__.py
cinder/rpc/impl_fake.py
cinder/rpc/impl_kombu.py
cinder/rpc/impl_qpid.py
cinder/service.py
cinder/tests/__init__.py
cinder/tests/rpc/test_kombu.py
cinder/tests/rpc/test_kombu_ssl.py
cinder/tests/rpc/test_qpid.py