summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index d383ea6192..3ab019cea9 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -18,9 +18,14 @@ However the following API operations are still not supported in nova:
* Attaching Neutron ports and networks having QoS minimum bandwidth rule is not
supported.
+Also the following API operations are not supported in the 19.0.0 (Stein)
+version of nova:
+
* Moving (resizing, migrating, live-migrating, evacuating, unshelving after
shelve offload) servers with ports having resource request is not yet
supported.
-See :nova-doc:`the admin guide <admin/port_with_resource_request.html>` for
-administrative details.
+As of 20.0.0 (Train), nova supports cold migrating servers with neutron ports
+having resource requests if both the source and destination compute services
+are upgraded to 20.0.0 (Train) and the ``[upgrade_levels]/compute``
+configuration does not prevent the computes from using the latest RPC version.