summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2019-08-27 15:05:55 +0200
committerMatt Riedemann <mriedem.os@gmail.com>2019-09-12 10:35:22 -0400
commita412d72dec94d523978855da6e0f1fa4de567688 (patch)
treebdc74e8a812057e71793c64ca42f52ab1e98ad41 /api-guide
parentfee98b7147ef59bdc32c077fee42416a8acbc213 (diff)
downloadnova-a412d72dec94d523978855da6e0f1fa4de567688.tar.gz
Allow resizing server with port resource request
This patch adds functional coverage for such resize. No extra code changes were needed on top of the migrate patches to make resize work. Now that the nova code supports the resize 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 resize 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 blueprint: support-move-ops-with-qos-ports Change-Id: Id0ee10e8d323786f4d79c82e3f05b48e76bd0956
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index 3ab019cea9..7fe2db81cd 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -25,7 +25,11 @@ version of nova:
shelve offload) servers with ports having resource request is not yet
supported.
-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.
+As of 20.0.0 (Train), nova supports cold migrating and resizing 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.
+
+See :nova-doc:`the admin guide <admin/port_with_resource_request.html>` for
+administrative details.