summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2020-03-18 10:56:32 +0100
committerBalazs Gibizer <balazs.gibizer@est.tech>2020-03-18 17:38:55 +0100
commita4c3260f56c9189378a1406869eea75e2d023fb2 (patch)
tree51fc5092f2a26852311f88f774a0a31e20dc8cb2 /api-guide
parent94c7e7ad4333286ac7730048cacf2a6837d1c6ec (diff)
downloadnova-a4c3260f56c9189378a1406869eea75e2d023fb2.tar.gz
Enable unshelve with qos ports
Previous patches in the blueprint implemented the support for unshelve with qos ports and added functional test coverage for the various scenarios. So this patch changes the API check that rejected such operation to check for the service version and therefore conditionally enable the feature. Change-Id: Iaf70ee41f1bfb1a4964da3f59cd3a0b4b5e20d36 blueprint: support-move-ops-with-qos-ports-ussuri
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index 867dd01812..2d4cc113e2 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -31,8 +31,8 @@ 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 21.0.0 (Ussuri), nova supports evacuating and live migrating servers
-with neutron ports having resource requests.
+As of 21.0.0 (Ussuri), nova supports evacuating, live migrating and unshelving
+servers with neutron ports having resource requests.
See :nova-doc:`the admin guide <admin/port_with_resource_request.html>` for
administrative details.