]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop RpcProxy usage from PluginReportStateAPI
authorRussell Bryant <rbryant@redhat.com>
Tue, 11 Nov 2014 19:23:15 +0000 (14:23 -0500)
committerRussell Bryant <rbryant@redhat.com>
Wed, 19 Nov 2014 17:18:34 +0000 (17:18 +0000)
commit6707eb203bc04e65263f30094f8fe3c31275cbc5
tree9692ec75bf66c0a0ca494070abe7a8b5c715b0bf
parent6e5901e03eb9afe44db09d733c77a1323a302fe7
Drop RpcProxy usage from PluginReportStateAPI

Drop the usage of the RpcProxy compatibility class from the
PluginReportStateAPI rpc client class.  It now uses the appropriate
oslo.messaging APIs directly, instead.

Part of blueprint drop-rpc-compat.

Change-Id: I7101331a556bd0a5c8f782ae6cb4103151e6c45c
neutron/agent/rpc.py
neutron/tests/unit/test_agent_rpc.py