summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2021-09-06 13:03:22 +0200
committerBalazs Gibizer <balazs.gibizer@est.tech>2021-09-06 13:03:22 +0200
commit22d4057a1607a08379559f5895cb8d7a11cdb72e (patch)
tree179aa302fbd5550ae8b47e701a4a2476f513bdc1 /api-guide
parent402fe188b4e7ff76109e8a5ea1f24a5e915eaa09 (diff)
downloadnova-22d4057a1607a08379559f5895cb8d7a11cdb72e.tar.gz
[doc] port-resource-request-groups not landed in Xena
This patches adjusts the nova documentation about the extended port resource request support in nova as the neutron API extension did not land in Xena. Change-Id: I3b961426745084bdb4a6d04468f5a3c762be4cfa blueprint: qos-minimum-guaranteed-packet-rate
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index 3aae3ccf9e..9ca93f2fcf 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -42,11 +42,12 @@ minimum bandwidth rules.
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 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.
+It is expected that neutron 20.0.0 (Yoga) will implement an extended resource
+request format via the the ``port-resource-request-groups`` neutron API
+extension. As of nova 24.0.0 (Xena), nova already 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.