summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2021-07-09 15:44:57 +0200
committerBalazs Gibizer <balazs.gibizer@est.tech>2021-09-01 15:51:47 +0200
commit44309c419ff44dcf91d4905116f51bd5fdb72a96 (patch)
tree3c80077bf523b9348195b98bdfbf22b74862d305 /api-guide
parent9cb92e88321237f5581b2e125136d211bb080a45 (diff)
downloadnova-44309c419ff44dcf91d4905116f51bd5fdb72a96.tar.gz
Support interface attach / detach with new resource request format
The interface attach and detach logic is now fully adapted to the new extended resource request format, and supports more than one request group in a single port. blueprint: qos-minimum-guaranteed-packet-rate Change-Id: I73e6acf5adfffa9203efa3374671ec18f4ea79eb
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index 1ab9e9f366..3aae3ccf9e 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -44,14 +44,9 @@ Extended resource request
Since neutron 19.0.0 (Xena), neutron implements an extended resource request
format via the the ``port-resource-request-groups`` neutron API extension. As
-of nova 24.0.0 (Xena), nova does not fully support the new extension. If the
-extension is enabled in neutron, then nova will reject interface attach
-operation. Admins should not enable this API extension in neutron.
-
-Please note that Nova only supports the server create operation if every
-nova-compute service also upgraded to Xena version and the
-``[upgrade_levels]/compute`` configuration does not prevent
-the computes from using the latest RPC version.
+of nova 24.0.0 (Xena), nova also supports this extension if every nova-compute
+service is upgraded to Xena version and the ``[upgrade_levels]/compute``
+configuration does not prevent the computes from using the latest RPC version.
See :nova-doc:`the admin guide <admin/port_with_resource_request.html>` for
administrative details.