From 40918cdb9bb3ba58c9ffaa5aa2bf26ef530e327b Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Tue, 1 Sep 2020 11:21:05 +0100 Subject: [PATCH] [OVN] Gap: Add QoS minimum bandwidth allocation in Placement API Add QoS minimum bandwidth allocation in Placement API to the feature partity gap list. Change-Id: I06a8d6af367c806681bd7bfa2d1930e390371dd7 Signed-off-by: Lucas Alvares Gomes --- doc/source/ovn/gaps.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/ovn/gaps.rst b/doc/source/ovn/gaps.rst index 9a795b23223..618caff4086 100644 --- a/doc/source/ovn/gaps.rst +++ b/doc/source/ovn/gaps.rst @@ -67,6 +67,11 @@ at [1]_. physical networks associated with a single OVN Logical Switch (a network in Neutron terms) [7]_. +* QoS minimum bandwidth allocation in Placement API + + ML2/OVN integration with the Nova placement API to provide guaranteed + minimum bandwidth for ports [8]_. + References ---------- @@ -78,3 +83,4 @@ References .. [5] https://github.com/openstack/ironic/blob/123cb22c731f93d0c608d791b41e05884fe18c04/ironic/common/pxe_utils.py#L447-L462> .. [6] https://docs.openstack.org/neutron/latest/admin/config-az.html .. [7] https://bugs.launchpad.net/neutron/+bug/1865889 +.. [8] https://specs.openstack.org/openstack/neutron-specs/specs/rocky/minimum-bandwidth-allocation-placement-api.html