neutron/neutron/tests/functional/agent/l2
Miguel Angel Ajo 88f5e11d8b Avoid agents adding ports as trunk by default.
Agent OVS interface code adds ports without a vlan tag,
if neutron-openvswitch-agent fails to set the tag, or takes
too long, the port will be a trunk port, receiving
traffic from the external network or any other port
sending traffic on br-int.

Also, those kinds of ports are triggering a code path
on the ovs-vswitchd revalidator thread which can eventually
hog the CPU of the host (that's a bug under investigation [1])

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1558336

Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>
Change-Id: I024bbbdf7059835b2f23c264b48478c71633a43c
Closes-Bug: 1767422
2018-05-09 14:07:27 +02:00
..
extensions consume common constants from lib 2017-10-13 11:45:18 -06:00
__init__.py OVS agent QoS extension functional test for bandwidth limit rules 2015-08-08 15:39:11 +02:00
base.py Avoid agents adding ports as trunk by default. 2018-05-09 14:07:27 +02:00