]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log methods using rpc communcation
authorJakub Libosvar <libosvar@redhat.com>
Fri, 11 Jul 2014 14:09:08 +0000 (16:09 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Wed, 16 Jul 2014 10:37:00 +0000 (12:37 +0200)
commit8a50e13a31e99148cebd5580f77cb92b8808fffc
tree653c36a28cc7f5b003a7fb40b215a06e2ded69ed
parent0540847c89a463f22438c6da6a0d03dc5a86d89f
Log methods using rpc communcation

In Icehouse was used rpc library from oslo-incubator. Because the code
wasn't mature enough it was running in DEBUG mode. After migrating to
oslo.messaging we don't need to have debug level in oslo.messaging but
it's good to have communication logged.

Closes-Bug: #1340696
Change-Id: I4f68545053912f96affc1bbcd64fcd7efe8d18c0
neutron/common/rpc.py