]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:11 +0000 (15:20 +0800)
commit4e4f0bfdfefb6c576f3e0971530d686ed5890d86
tree3ace13d9111768575aa621f5a245b8b649535070
parentf529d86817f4022b798e045940dc0a4b5c88e857
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