neutron/neutron/services/trunk/drivers/openvswitch/agent
Nate Johnston bd2a1bc6c3 Do not delete trunk bridges if service port attached
When a deployment has instance ports that are neutron trunk ports with
DPDK vhu in vhostuserclient mode, when the instance reboots nova will
delete the ovs port and then recreate when the host comes back from
reboot.  This quick transition change can trigger a race condition that
causes the tbr trunk bridge to be deleted after the port has been
recreated.  See the bug for more details.

This change mitigates the race condition by adding a check for active
service ports within the trunk port deletion function.

Change-Id: I70b9c26990e6902f8888449bfd7483c25e5bff46
Closes-Bug: #1807239
2018-12-12 18:18:31 +00:00
..
__init__.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
driver.py trunk: Fix init_handler() agent parameter 2017-10-17 08:22:10 +00:00
exceptions.py Fix misleading error trace in trunk fullstack life cycle test 2016-09-29 14:29:24 -07:00
ovsdb_handler.py Do not delete trunk bridges if service port attached 2018-12-12 18:18:31 +00:00
trunk_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00