summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <ralonsoh@redhat.com>2021-11-19 12:08:11 +0000
committerRodolfo Alonso Hernandez <ralonsoh@redhat.com>2022-04-15 01:10:31 +0000
commit15b826a05f84d9ed13e61ae288d5ad106dcf418c (patch)
treedcd4508d6f916dcd9b8f03604c4b180a49210ae5 /releasenotes
parentb5e10bf7277aa2cb74eb356b9dbf7f172218ee79 (diff)
downloadneutron-15b826a05f84d9ed13e61ae288d5ad106dcf418c.tar.gz
[OVN] Implement GW IP network QoS inheritance
This patch enables the gateway IP network QoS inheritance in the OVN backend driver. The OVN QoS extension will use the router external network (GW network) QoS policy if the gateway IP port has no QoS policy assigned. Partial-Bug: #1950454 Change-Id: I5ee51dc124ae464b9e9fd366cf7bf85176376c25
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/qos-gwip-network-inheritance-support-in-ovn-95a53b1dbb5cbac0.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/qos-gwip-network-inheritance-support-in-ovn-95a53b1dbb5cbac0.yaml b/releasenotes/notes/qos-gwip-network-inheritance-support-in-ovn-95a53b1dbb5cbac0.yaml
new file mode 100644
index 0000000000..3c58e0550f
--- /dev/null
+++ b/releasenotes/notes/qos-gwip-network-inheritance-support-in-ovn-95a53b1dbb5cbac0.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Gateway IP QoS network inheritance is now available for OVN L3 plugin
+ QoS extension. If the router external network (gateway network) has a QoS
+ policy associated, the gateway IP port will inherit the network QoS policy.