vmware-nsx/neutron/agent
Aaron Rosen d9832282cf Remove DHCP lease logic
Previously neutron was keeping track of dhcp lease time in order
to ensure it didn't hand out an ip address that was already leased.
This patch removes that logic and instead leverages the dhcp_release
utility. This allows us to reuse ip addresses immediately after a port
is deleted. This patch also bumps the lease time to 24 hours instead
of 2 minutes with reduces the amount of dhcp traffic.

DocImpact

There is a DocImpact for this bug related to the upgrade path. One should
first upgrade their dhcp-agents. Then wait till the dhcp_lease time has
expired. Lastly, update neutron-server in order to avoid the case where
an instance is deleted and the dnsmasq process has not released the lease
and neturon allocates that ip to a new port.

Fixes bug: 1202392
Implements blueprint: remove-dhcp-lease

Change-Id: Ifcb4f093c92904ceb896438987d53e692eb7fb26
2013-08-12 16:55:48 -07:00
..
common Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
linux Remove DHCP lease logic 2013-08-12 16:55:48 -07:00
metadata Change decorator to webob as doesn't need to be wsgi 2013-08-06 09:13:03 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
dhcp_agent.py Remove DHCP lease logic 2013-08-12 16:55:48 -07:00
firewall.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
l3_agent.py Firewall as a Service (FWaaS) Agent 2013-08-11 10:56:37 -07:00
netns_cleanup_util.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_cleanup_util.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
rpc.py Add gre tunneling support for the ML2 plugin 2013-07-16 15:59:25 +02:00
securitygroups_rpc.py Add help strings to Config Options 2013-07-20 08:34:40 +02:00