]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use rpc from openstack-common.
authorRussell Bryant <rbryant@redhat.com>
Wed, 13 Jun 2012 14:48:54 +0000 (10:48 -0400)
committerMark McLoughlin <markmc@redhat.com>
Thu, 19 Jul 2012 16:20:19 +0000 (17:20 +0100)
commit15f971de5bce79648f812209df0f82622a3711d0
tree3b8a4094d48abd086f69746cbb176ee70b07c750
parent84b7025547455d1f83d0fc20c7b9de0a3291f9e6
Use rpc from openstack-common.

Final patch for blueprint common-rpc.

This patch removes cinder.rpc in favor of the copy in openstack-common.

Change-Id: I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd
36 files changed:
bin/cinder-manage
bin/clear_rabbit_queues
cinder/manager.py
cinder/notifier/rabbit_notifier.py
cinder/openstack/common/rpc/__init__.py [moved from cinder/rpc/__init__.py with 77% similarity]
cinder/openstack/common/rpc/amqp.py [moved from cinder/rpc/amqp.py with 89% similarity]
cinder/openstack/common/rpc/common.py [moved from cinder/rpc/common.py with 85% similarity]
cinder/openstack/common/rpc/dispatcher.py [moved from cinder/rpc/dispatcher.py with 65% similarity]
cinder/openstack/common/rpc/impl_fake.py [moved from cinder/rpc/impl_fake.py with 91% similarity]
cinder/openstack/common/rpc/impl_kombu.py [moved from cinder/rpc/impl_kombu.py with 77% similarity]
cinder/openstack/common/rpc/impl_qpid.py [moved from cinder/rpc/impl_qpid.py with 79% similarity]
cinder/openstack/common/rpc/impl_zmq.py [new file with mode: 0644]
cinder/openstack/common/rpc/matchmaker.py [new file with mode: 0644]
cinder/openstack/common/rpc/proxy.py [moved from cinder/rpc/proxy.py with 98% similarity]
cinder/scheduler/driver.py
cinder/scheduler/rpcapi.py
cinder/service.py
cinder/tests/fake_flags.py
cinder/tests/rpc/__init__.py [deleted file]
cinder/tests/rpc/common.py [deleted file]
cinder/tests/rpc/test_common.py [deleted file]
cinder/tests/rpc/test_dispatcher.py [deleted file]
cinder/tests/rpc/test_fake.py [deleted file]
cinder/tests/rpc/test_kombu.py [deleted file]
cinder/tests/rpc/test_kombu_ssl.py [deleted file]
cinder/tests/rpc/test_proxy.py [deleted file]
cinder/tests/rpc/test_qpid.py [deleted file]
cinder/tests/scheduler/test_rpcapi.py
cinder/tests/scheduler/test_scheduler.py
cinder/tests/test_notifier.py
cinder/tests/test_quota.py
cinder/tests/test_test.py
cinder/tests/test_volume.py
cinder/volume/api.py
cinder/volume/manager.py
openstack-common.conf