]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove cinder.log usage from cinder.rpc.
authorRussell Bryant <rbryant@redhat.com>
Sun, 27 May 2012 00:42:09 +0000 (20:42 -0400)
committerMark McLoughlin <markmc@redhat.com>
Thu, 19 Jul 2012 16:20:18 +0000 (17:20 +0100)
commit8f1d99d6942538622c737b791007cecdf9248d8a
tree20ae0125df49ca0f5e07248733ede372b343e9c7
parentd916746ae9f656f6feda9d806c1ea45853e2efa3
Remove cinder.log usage from cinder.rpc.

Part of blueprint common-rpc.

This patch removes the usage of cinder.log from cinder.rpc.  This is
necessary before cinder.rpc can be moved to openstack-common.  The rpc
logging was not using any of the extra features provided in cinder.log as
far as I can tell, so the changes are very simple.

This is the final dependency.  After this change, the rpc code
can be moved to openstack-common without any changes.

Change-Id: I17ca4b691bb8d4f18e618632a2381dd12d31852a
cinder/rpc/amqp.py
cinder/rpc/common.py
cinder/rpc/impl_qpid.py