]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove get_dhcp_port RPC method
authorAssaf Muller <amuller@redhat.com>
Mon, 1 Jun 2015 21:05:56 +0000 (17:05 -0400)
committerRussell Bryant <rbryant@redhat.com>
Tue, 2 Jun 2015 13:16:34 +0000 (13:16 +0000)
commitb48bccc60e4fd552d7b127376f41810b61e0ba9d
tree09f72c33b7487f9b6c3907f17f21eb8affaddcd7
parent5eddb2d274d69b7fd4b6242f37a6e815bb3f64ee
Remove get_dhcp_port RPC method

This method was last used in Icehouse.  I think we can safely
remove all of its code and tests. Icehouse to Liberty rolling
upgrades are in no way expected to work so I just bumped
the RPC version and removed all traces of the code.

Change-Id: Ia545c5be7da80c919ad5bae6074bc1cc3aa89fa0
Closes-Bug: #1314534
neutron/agent/dhcp/agent.py
neutron/api/rpc/handlers/dhcp_rpc.py
neutron/tests/unit/agent/dhcp/test_agent.py
neutron/tests/unit/api/rpc/handlers/test_dhcp_rpc.py