summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-10 16:48:47 +0000
committerGerrit Code Review <review@openstack.org>2022-05-10 16:48:47 +0000
commitdc854e8e1eda38eae8b8073b686a567b08e45247 (patch)
treea204405980a862fd909ac3f8280a6d8369b86bd7 /releasenotes
parentdbe68a7454e16ef2225e200cc2c682cd734d44b4 (diff)
parentab84b7fb2b6febc9dfd9b0767be90fcb3277c192 (diff)
downloadneutron-dc854e8e1eda38eae8b8073b686a567b08e45247.tar.gz
Merge "Allow to process FW OF rules belonging to a port in a single operation"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ovs-of-rules-processing-parameters-b38f7a1e88568798.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/ovs-of-rules-processing-parameters-b38f7a1e88568798.yaml b/releasenotes/notes/ovs-of-rules-processing-parameters-b38f7a1e88568798.yaml
new file mode 100644
index 0000000000..d3518d547e
--- /dev/null
+++ b/releasenotes/notes/ovs-of-rules-processing-parameters-b38f7a1e88568798.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Added a new configuration variable, in ``[OVS]`` section, to control
+ the OVS OpenFlow rule processing operations when using the OVS native
+ firewall driver (``securitygroup.firewall_driver=openvswitch``):
+
+ * ``openflow_processed_per_port``: by default "False". If enabled, all
+ OpenFlow rules associated to a port will be processed at once, in a
+ single transaction. If disabled, the flows will be processed in batches
+ of "AGENT_RES_PROCESSING_STEP=100" number of OpenFlow rules.