]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop usage of RpcProxy from L3PluginApi
authorRussell Bryant <rbryant@redhat.com>
Fri, 7 Nov 2014 15:30:15 +0000 (16:30 +0100)
committerRussell Bryant <rbryant@redhat.com>
Tue, 18 Nov 2014 16:57:46 +0000 (16:57 +0000)
commit3109f6020d9e7e9d58305a833636690a3f2d1ff0
tree21170bbc7d009d72fe9117d087ae0737c4896182
parent431f1229752a4b38e862155ad34f5834101725c7
Drop usage of RpcProxy from L3PluginApi

Drop the usage of the RpcProxy compatibility class from the
L3PluginApi.  The equivalent direct usage of the oslo.messaging APIs
are now being used instead.

Part of blueprint drop-rpc-compat.

Change-Id: I6639d1aa8acca8c0544020e28489e71f3d5d2955
neutron/agent/l3_agent.py
neutron/tests/functional/agent/test_l3_agent.py