]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from MeteringAgentNotifyAPI
authorRussell Bryant <rbryant@redhat.com>
Tue, 25 Nov 2014 17:37:55 +0000 (17:37 +0000)
committerRussell Bryant <rbryant@redhat.com>
Wed, 26 Nov 2014 15:55:42 +0000 (15:55 +0000)
commit378f249b50dd3a19a5b7b9611655aa90ef6b8a89
tree41503c53590425418d71a7a3024625cfd86d9382
parent064c2a12cd0e0dfcf66abcf2e249a0e154d73509
Drop RpcProxy usage from MeteringAgentNotifyAPI

Remove usage of the RpcProxy compatibility class from
MeteringAgentNotifyAPI.  The equivalent oslo.messaging APIs are now
used instead.

Part of blueprint drop-rpc-compat.

Change-Id: I6c1fddb6694f74021b9f6a54885657916bda2875
neutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py
neutron/tests/unit/services/metering/test_metering_plugin.py