neutron/neutron/tests
Nguyen Phuong An 684ea39801 Fix lost connection when create security group log
Packet sent to table 91 are considered accepted by the egress pipeline
and NORMAL action is used by default in this table. However, if we
create a security group logging resource, then ovs flows log will be
added into this table with higher priority. Therefore packet matches
with ovs flows log will be sent to CONTROLLER and never forward.
So this patch append action=NORMAL into ovs flows log to forward
the packet and send it to CONTROLLER for logging.

Closes-Bug: #1787106
Change-Id: I6e95e2e646ec8a5507c7f140ab2c4a56be8404c3
(cherry picked from commit 7d2ac2d0af)
2018-08-22 09:46:32 +09:00
..
common Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00
contrib Implement filter validation 2018-07-19 04:13:43 +00:00
etc Add ext_parent policy check 2018-08-01 02:45:42 +08:00
fullstack [Fullstack] Use string for global_physnet_mtu config option 2018-07-23 11:15:29 +02:00
functional Fix lost connection when create security group log 2018-08-22 09:46:32 +09:00
tempest Removing remaining Tempest bits 2018-03-26 11:41:35 -05:00
unit Fix lost connection when create security group log 2018-08-22 09:46:32 +09:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py use sqla functions from neutron-lib 2018-07-25 21:04:20 +00:00
fake_notifier.py FakeNotifier class 'topic' argument change to 'topics'. 2017-12-04 20:10:03 +01:00
post_mortem_debug.py
tools.py pecan.jsonify v1.3 adjustment 2018-04-18 15:37:20 +00:00