]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update oslo rpc libraries
authorMichael J Fork <mjfork@us.ibm.com>
Fri, 8 Mar 2013 05:59:23 +0000 (05:59 +0000)
committerMichael J Fork <mjfork@us.ibm.com>
Sun, 10 Mar 2013 00:05:09 +0000 (00:05 +0000)
commit3d9a51efa7014b06e7c3fd2fd6c127b7591de20b
tree6636b01b758d30255548ed193e1b5fb7b5af9cc0
parentcb904d0d4c121ad2cee85960e2a4338cadba2ba9
Update oslo rpc libraries

Update oslo rpc libraries to capture changes, primarly motivated
by secret=True flag on password config options. Skipping broken,
invalid test case while working on correct fix.

Change-Id: Ibb979189b4a6215f307cb49e4a17070ffc7f0f51
14 files changed:
bin/cinder-rpc-zmq-receiver [new file with mode: 0755]
cinder/flags.py
cinder/openstack/common/rpc/__init__.py
cinder/openstack/common/rpc/amqp.py
cinder/openstack/common/rpc/common.py
cinder/openstack/common/rpc/dispatcher.py
cinder/openstack/common/rpc/impl_fake.py
cinder/openstack/common/rpc/impl_kombu.py
cinder/openstack/common/rpc/impl_qpid.py
cinder/openstack/common/rpc/impl_zmq.py
cinder/openstack/common/rpc/matchmaker.py
cinder/openstack/common/rpc/matchmaker_redis.py [new file with mode: 0644]
cinder/openstack/common/rpc/service.py
cinder/tests/test_volume.py