summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-guide/source/port_with_resource_request.rst11
-rw-r--r--doc/source/admin/ports-with-resource-requests.rst8
2 files changed, 10 insertions, 9 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.
diff --git a/doc/source/admin/ports-with-resource-requests.rst b/doc/source/admin/ports-with-resource-requests.rst
index e48f633e88..2a2a5d41ef 100644
--- a/doc/source/admin/ports-with-resource-requests.rst
+++ b/doc/source/admin/ports-with-resource-requests.rst
@@ -69,10 +69,10 @@ these compute hosts to avoid unnecessary reschedule.
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
+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
:oslo.config:option:`upgrade_levels.compute` configuration does not prevent
the computes from using the latest RPC version.