neutron/releasenotes/notes/ovn-qos-minimum-bandwidth-74d51f63a536440a.yaml
Rodolfo Alonso Hernandez 846737dac4 [OVN][QoS] Add minimum bandwidth rule support to ML2/OVN
This patch adds support for QoS egress minimum bandwidth rules in
ML2/OVN. The enforcement is done in the network backend.

Since [1], in v22.06.0, OVN is capable of guarantee a minimal
bandwidth for a logical switch port. The enforcement of this rule
is done in the physical bridge interface.

[1]dbf12e5fe1

Closes-Bug: #1982951

Change-Id: Ia3831b18463c29f676c253edb64419667b5f2c0b
2022-08-12 00:58:17 +02:00

7 lines
247 B
YAML

---
features:
- |
Added support for QoS minimum bandwidth rules (egress only) in ML2/OVN.
OVN supports setting these rule types in the logical switch ports since
`release 22.06.0 <https://www.ovn.org/en/releases/release_22.06.0/>`_.