summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2019-07-18 15:44:34 +0200
committerMatt Riedemann <mriedem.os@gmail.com>2019-09-12 10:32:51 -0400
commitfee98b7147ef59bdc32c077fee42416a8acbc213 (patch)
treea3e498479b2c245a28fa5a39e0e0c362ba7df9f8 /api-guide
parentd7d51e1064ed345d1dd479cfc489f84b75adda28 (diff)
downloadnova-fee98b7147ef59bdc32c077fee42416a8acbc213.tar.gz
Allow migrating server with port resource request
Now that the nova code supports such a migration this patch removes the check from the API that rejected the operation. Note that in the spec [1] we agreed not to introduce new microversion for this change but treat it as a bugfix. The current change also makes it possible to accept the migration of these servers with _any_ microversion. [1] https://specs.openstack.org/openstack/nova-specs/specs/train/approved/support-move-ops-with-qos-ports.html#rest-api-impact Change-Id: I4bda569cc7c247e83219276282724c77e760ddcd blueprint: support-move-ops-with-qos-ports
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.