neutron/neutron/tests/unit/agent
Thomas Morin 5981bf416d OVSBridge: add --strict to allow priority in delete_flows
n8g-sfc currently has its own variant of OVSBridge to allow the use
of priority in a delete_flows call

This change is meant to make this available outside n8g-sfc and
simplify n8g-sfc code.

This change adds a 'strict' boolean parameter to mod_flow and delete_flows
that results in ovs-ofctl to be run with --strict for del-flows and
mod-flows actions.  When strict is set, the use of priority is allowed
and hence not rejected anymore.

Note that for batched actions in a deffered bridge, we disallow mixing
calls with strict and without strict, which can't be translated in one CLI
call.

Needed-By: I3bf939590dd43bff685f133bff86eb7e9068de91
Change-Id: I289d546780f10dc1002ab6bc2e1b38c9ef2d728f
2017-05-04 11:52:34 +02:00
..
common OVSBridge: add --strict to allow priority in delete_flows 2017-05-04 11:52:34 +02:00
dhcp Agent common config 2017-03-15 09:52:18 -06:00
l2 Clear QoS rules from ports without a qos policy. 2017-03-27 13:50:27 +00:00
l3 Agent common config 2017-03-15 09:52:18 -06:00
linux Merge "Don't return null-byte separated string from ExternalProcess.cmdline()" 2017-03-20 23:41:08 +00:00
metadata Merge "Don't add duplicate metadata rules after router update" 2017-03-21 13:51:07 +00:00
ovsdb Fix Python 3 compatibility in idlutils 2017-03-22 21:36:19 +02:00
windows Add IPLink class to Windows ip_lib implementation 2017-01-17 17:39:38 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_rpc.py Remove fallback functions in agent/rpc 2016-12-06 15:51:16 +01:00
test_securitygroups_rpc.py Spin off context module 2017-03-06 16:25:29 +00:00