neutron/neutron/services
Nate Johnston d36cb19813 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
(cherry picked from commit bd2a1bc6c3)
2018-12-17 12:19:38 +00:00
..
auto_allocate Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
externaldns Fix port deletion when dns_integration is enabled 2017-09-07 09:21:12 +00:00
flavors Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
l3_router Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
logapi [log]: Add validator to logging api 2017-08-08 13:25:40 +07:00
loki Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
metering Update metering driver to load interface driver 2018-08-20 19:26:53 +08:00
network_ip_availability Fix file permissions 2017-05-31 20:49:01 +00:00
qos Merge "Fix error message when duplicate QoS rule is created" into stable/pike 2018-03-08 14:29:07 +00:00
rbac Neutron RBAC API and network support 2015-08-20 20:00:17 -07:00
revisions Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
segments Add retry decorator update_segment_host_mapping() 2018-01-23 19:33:59 +00:00
tag Tag mechanism supports resources with standard attribute 2017-07-25 08:14:04 +09:00
timestamp Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
trunk Do not delete trunk bridges if service port attached 2018-12-17 12:19:38 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
provider_configuration.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
service_base.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00