summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/multiple-portbinding-for-manila-5f5232d506fe414e.yaml6
-rw-r--r--releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml8
-rw-r--r--releasenotes/notes/ovn-agent-qos-hwol-extension-a282afcf3f005c80.yaml8
-rw-r--r--releasenotes/notes/sgl-log-related-traffic-ovn-96b304ab744de13e.yaml6
4 files changed, 28 insertions, 0 deletions
diff --git a/releasenotes/notes/multiple-portbinding-for-manila-5f5232d506fe414e.yaml b/releasenotes/notes/multiple-portbinding-for-manila-5f5232d506fe414e.yaml
new file mode 100644
index 0000000000..e947f8549d
--- /dev/null
+++ b/releasenotes/notes/multiple-portbinding-for-manila-5f5232d506fe414e.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Manila owned ports can now have multiple port bindings associated in order
+ to support nondisruptive Manila share server migration across physical
+ networks.
diff --git a/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml b/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml
new file mode 100644
index 0000000000..ed2a04d860
--- /dev/null
+++ b/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added a new agent: the OVN Agent. This new agent will run on a compute or
+ a controller node using OVN as network backend, similar to other ML2
+ mechanism drivers as ML2/OVS or ML2/SRIOV. This new agent will perform
+ those actions that the ovn-controller service cannot execute. The agent
+ functionality will be plugable and added via configuration knob.
diff --git a/releasenotes/notes/ovn-agent-qos-hwol-extension-a282afcf3f005c80.yaml b/releasenotes/notes/ovn-agent-qos-hwol-extension-a282afcf3f005c80.yaml
new file mode 100644
index 0000000000..6809293809
--- /dev/null
+++ b/releasenotes/notes/ovn-agent-qos-hwol-extension-a282afcf3f005c80.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added a new OVN Neutron Agent extension: QoS for hardware offloaded ports.
+ This extension will enforce the minimum and maximum bandwidth egress QoS
+ rules for ports with hardware offload (DevLink ports). This extension
+ uses the "ip-link" commands to set the "ceil" and "rate" parameters on
+ the corresponding virtual functions.
diff --git a/releasenotes/notes/sgl-log-related-traffic-ovn-96b304ab744de13e.yaml b/releasenotes/notes/sgl-log-related-traffic-ovn-96b304ab744de13e.yaml
new file mode 100644
index 0000000000..b3ea740aa5
--- /dev/null
+++ b/releasenotes/notes/sgl-log-related-traffic-ovn-96b304ab744de13e.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Neutron can record full connection using log-related feature introduced in
+ OVN 21.12.
+ For more info see `bug LP#<https://bugs.launchpad.net/neutron/+bug/2003706>`