]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove release_lease from the DHCP driver interface
authorCarl Baldwin <carl.baldwin@hp.com>
Wed, 13 Nov 2013 18:50:48 +0000 (18:50 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 15 Jan 2014 17:02:50 +0000 (17:02 +0000)
commit0d111c97334c28444708e623a3fde912bc7c25d7
treec8f57b31eaf56dcf0f031bb4b3a7b83b72709146
parent965542bfac90194bd032e5e6aeb6a507dcb11088
Remove release_lease from the DHCP driver interface

Neither the midonet nor the linux dhcp driver needs a call to
release_lease.  Removing this from the driver API simplifies more code
in the DHCP agent.

Change-Id: Ib144b2bf3720b1b999205ace1a7d1ffe5ef3b167
Closes-Bug: #1269505
neutron/agent/dhcp_agent.py
neutron/agent/linux/dhcp.py
neutron/plugins/midonet/agent/midonet_driver.py
neutron/tests/unit/test_dhcp_agent.py
neutron/tests/unit/test_linux_dhcp.py