]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Drop usage of RpcProxy from DhcpPluginApi
authorRussell Bryant <rbryant@redhat.com>
Fri, 7 Nov 2014 14:11:42 +0000 (15:11 +0100)
committerRussell Bryant <rbryant@redhat.com>
Mon, 17 Nov 2014 15:03:00 +0000 (10:03 -0500)
commit18c84f42d0fd99b735766caf3a4f4264838fb5e5
treeb098e595ac034d9508fb289eb5f79b615cc7161c
parentbf286e064ae9ef1d613d0327c21d9d4f6def68c7
Drop usage of RpcProxy from DhcpPluginApi

Drop the usage of the RpcProxy compatibility class from the
DhcpPluginApi RPC client class.  The implementation has been updated
to use the appropariate APIs from oslo.messaging directly.

Part of blueprint drop-rpc-compat.

Change-Id: I81bfd761707c4c587b12877668c4399efe3d652e
neutron/agent/dhcp_agent.py
neutron/tests/unit/test_dhcp_agent.py