]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Localize rpc options to rpc code.
authorRussell Bryant <rbryant@redhat.com>
Fri, 25 May 2012 18:13:34 +0000 (14:13 -0400)
committerMark McLoughlin <markmc@redhat.com>
Thu, 19 Jul 2012 16:20:18 +0000 (17:20 +0100)
commit2daf95464f18e57edd0409413142f18b11a7745b
tree0c0c453507aa229d4a110ff37d63c4f96a50b231
parent863b6afe12fb409f4866299bb7c975db7c2ad72e
Localize rpc options to rpc code.

Part of blueprint common-rpc.

Move rpc options from cinder.flags into cinder.rpc code.  This is necessary
before the rpc code can be moved to openstack-common.

Change-Id: I474c3660e1cbd3ab663571b1e088c84deb905e0b
cinder/flags.py
cinder/rpc/__init__.py
cinder/rpc/impl_kombu.py
cinder/scheduler/rpcapi.py
cinder/tests/scheduler/test_rpcapi.py