neutron/neutron
shenjiatong 1f4f888ad3 Do not block connection between br-int and br-phys on startup
Block traffic between br-int and br-physical is over kill
and will at least

1. interrupt vlan flow during startup, and is particularly
so if dvr enabled
2. if let's rabbitmq is not stable, it is possible data plane
will be affected and vlan will never work.

Using openstack on k8s particularly amplifies the problem
because pod could be killed pretty easily by liveness
probes.

Conflicts:
    neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py

Change-Id: I51050c600ba7090fea71213687d94340bac0674a
Closes-Bug: #1869808
(cherry picked from commit 90212b12cd)
2020-07-13 23:52:51 +00:00
..
agent Revert iptables TCP checksum-fill code 2020-06-11 07:55:28 +00:00
api Ensure dvr ha router gateway port binding host 2019-05-16 19:33:24 +00:00
callbacks
cmd Secure dnsmasq process against external abuse 2019-01-25 13:58:43 +00:00
common Packets getting lost during SNAT with too many connections 2019-06-06 15:34:01 +00:00
conf Make OVS controller inactivity_probe configurable 2019-06-06 10:20:03 +00:00
core_extensions
db Allow first address in an IPv6 subnet as valid unicast 2019-08-20 18:35:49 +00:00
debug
extensions Improve invalid port ranges error message 2019-03-19 12:57:38 -04:00
hacking
ipam Allow first address in an IPv6 subnet as valid unicast 2019-08-20 18:35:49 +00:00
locale
notifiers
objects Fix performance regression adding rules to security groups 2019-02-01 21:10:21 -07:00
pecan_wsgi Set DB retry for quota_enforcement pecan_wsgi hook 2019-12-19 09:07:41 +00:00
plugins Do not block connection between br-int and br-phys on startup 2020-07-13 23:52:51 +00:00
privileged Add capabilities for privsep 2018-10-29 19:42:15 +00:00
quota Set DB retry for quota_enforcement pecan_wsgi hook 2019-12-19 09:07:41 +00:00
scheduler
server
services Fix QoS rule update 2019-04-05 10:53:28 +00:00
tests Fix pike gates, multiple fixes 2020-07-07 15:58:12 +02:00
__init__.py
_i18n.py
auth.py
manager.py Do not load default service plugins if core plugin is not DB based 2017-11-20 15:36:35 +00:00
neutron_plugin_base_v2.py Do not load default service plugins if core plugin is not DB based 2017-11-20 15:36:35 +00:00
opts.py
policy.py
service.py
version.py
worker.py
wsgi.py