neutron/neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent
LIU Yulong 62fe7852bb More accurate agent restart state transfer
Ovs-agent can be very time-consuming in handling a large number
of ports. At this point, the ovs-agent status report may have
exceeded the set timeout value. Some flows updating operations
will not be triggerred. This results in flows loss during agent
restart, especially for hosts to hosts of vxlan tunnel flow.

This fix will let the ovs-agent explicitly, in the first rpc loop,
indicate that the status is restarted. Then l2pop will be required
to update fdb entries.

Conflicts:
	neutron/plugins/ml2/rpc.py

Conflicts:
	neutron/plugins/ml2/drivers/l2pop/mech_driver.py

Closes-Bug: #1813703
Closes-Bug: #1813714
Closes-Bug: #1813715
Closes-Bug: #1794991
Closes-Bug: #1799178

Change-Id: I8edc2deb509216add1fb21e1893f1c17dda80961
(cherry picked from commit a5244d6d44)
(cherry picked from commit cc49ab5501)
(cherry picked from commit 5ffca49668)
2019-03-29 22:12:00 +08:00
..
extension_drivers [Qos] Fix residues of ovs in ingress bw limit 2017-12-06 15:37:43 +08:00
openflow Merge "br_int: Make removal of DVR flows more strict" into stable/pike 2017-11-03 20:21:09 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
fake_oflib.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
ovs_test_base.py Update to support the ovdsbapp 0.4.0 API 2017-05-17 19:58:34 +00:00
test_ovs_agent_extension_api.py OVSBridge: add --strict to allow priority in delete_flows 2017-05-04 11:52:34 +02:00
test_ovs_capabilities.py use neutron-lib's callback fixture 2017-06-14 06:50:29 -06:00
test_ovs_neutron_agent.py More accurate agent restart state transfer 2019-03-29 22:12:00 +08:00
test_ovs_tunnel.py ovs: log config options when all of them are registered 2017-09-28 19:31:36 +00:00
test_vlanmanager.py Removed deprecated class LocalVLANMapping 2016-11-07 20:24:06 +00:00