neutron/neutron/tests/unit/openvswitch
Ed Bak d5c0a37999 Provide way to reserve dhcp port during failovers
This change provides a way to save the dhcp port when failing
over a network from one dhcp agent to another.  When a
dhcp-agent-network-remove is issued, the dhcp port device_id is
marked as reserved which causes it to not be deleted. When a
subsequent dhcp-agent-network-add is issued, the reserved port
is used and the device_id is corrected.  This is desirable
in order to maintain the dhcp port ip address so that dns doesn't
get impacted. Unit test added.

Change-Id: I531d7ffab074b01adfe186d2c3df43ca978359cd
Closes-Bug: #1288923
2014-05-20 17:24:22 +00:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Provide way to reserve dhcp port during failovers 2014-05-20 17:24:22 +00:00
test_openvswitch_plugin.py Add enable_security_group option 2014-03-21 00:50:15 +01:00
test_ovs_db.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
test_ovs_defaults.py Implement local ARP responder onto OVS agent 2014-05-19 21:42:11 +02:00
test_ovs_neutron_agent.py Implement local ARP responder onto OVS agent 2014-05-19 21:42:11 +02:00
test_ovs_rpcapi.py Replace stubout with fixtures 2013-11-24 10:46:08 -05:00
test_ovs_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_ovs_tunnel.py Implement local ARP responder onto OVS agent 2014-05-19 21:42:11 +02:00