neutron/neutron/tests/functional/services/trunk
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
..
drivers Do not delete trunk bridges if service port attached 2018-12-12 18:18:31 +00:00
rpc Set device_owner for trunk subports 2016-09-13 01:00:27 +00:00
__init__.py Set bridge_name in OVS trunk port's vif_details 2016-08-08 18:35:18 -06:00
test_plugin.py Always set ovs bridge name in vif:binding-details 2018-10-03 09:59:34 +00:00