neutron/neutron/tests
Darragh O'Reilly 93e9dc5426 ovs agent: signal to plugin if tunnel refresh needed
Currently the ovs agent calls update_device_list with the
agent_restarted flag set only on the first loop iteration. Then the
server knows to send the l2pop flooding entries for the network to
the agent. But when a compute node with many instances on many
networks reboots, it takes time to readd all the active devices and
some may be readded after the first loop iteration. Then the server
can fail to send the flooding entries which means there will be no
flood_to_tuns flow and broadcasts like dhcp will fail.

This patch fixes that by renaming the agent_restarted flag to
refresh_tunnels and setting it if the agent has not received the
flooding entries for the network.

Change-Id: I607aa8fa399e72b037fd068ad4f02b6210e57e91
Closes-Bug: #1853613
2020-01-09 14:18:43 +00:00
..
common NetcatTester.stop_processes skip "No such process" exception 2019-11-20 17:47:17 +00:00
contrib Allow to select subnets to publish DNS records 2019-12-14 13:36:09 +00:00
etc Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
fullstack Merge "Subnet gateway should be a valid IP" 2020-01-08 02:30:54 +00:00
functional ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
unit ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py HA race condition test for DHCP scheduling 2019-11-18 14:09:32 +01:00
post_mortem_debug.py
tools.py Fix pep8 errors found by hacking 2.0.0 2019-12-13 16:41:27 -05:00