From 9c2cb1fd4ff141da04c62943c5690a55e7c77f06 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 18 Aug 2021 17:33:23 +0200 Subject: [PATCH] Reno for qos-minimum-guaranteed-packet-rate As a final patch for the series this adds release notes for the complete feature. Change-Id: I655f5144cbfa834ee089c474c5caa3cf8140354f Implements: qos-minimum-guaranteed-packet-rate --- ...-neutron-api-extension-70a902b79f735cff.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/support-port-resource-request-groups-neutron-api-extension-70a902b79f735cff.yaml diff --git a/releasenotes/notes/support-port-resource-request-groups-neutron-api-extension-70a902b79f735cff.yaml b/releasenotes/notes/support-port-resource-request-groups-neutron-api-extension-70a902b79f735cff.yaml new file mode 100644 index 000000000000..315d391851c9 --- /dev/null +++ b/releasenotes/notes/support-port-resource-request-groups-neutron-api-extension-70a902b79f735cff.yaml @@ -0,0 +1,17 @@ +--- +features: + - | + Added support for ports with minimum guaranteed packet rate QoS policy + rules. Support is provided for all server operations including cold + migration, resize, interface attach/detach, etc. + This feature required adding support for the + ``port-resource-request-groups`` neutron API extension, as ports with such + a QoS policy will have multiple rules, each requesting resources. + For more details see the `admin guide`_. + - | + The ``nova-manage placement heal_allocations`` `CLI`_ now allows + regenerating the placement allocation of servers with ports using minimum + guaranteed packet rate QoS policy rules. + + .. _`admin guide`: https://docs.openstack.org/nova/latest/admin/ports-with-resource-requests.html + .. _`CLI`: https://docs.openstack.org/nova/latest/cli/nova-manage.html#placement-heal-allocations