summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2019-10-15 13:49:53 +0200
committerMatt Riedemann <mriedem.os@gmail.com>2019-10-25 16:14:22 +0000
commitf06ff5949fec48f07ec9c0324d2262634e3bbab9 (patch)
treeeb2c468ec4c7b8660894d784f6c46b734a5170a7 /api-guide
parentab509a004333abc912653f55e525d0e7775bd696 (diff)
downloadnova-f06ff5949fec48f07ec9c0324d2262634e3bbab9.tar.gz
Enable evacuation with qos ports
Previous patch [1] implemented support for evacuation of servers with neutron ports having resource request. So this patch removes the API check that rejected such operations and document the new feature. [1] Id9ed7a82d42be8ffe760f03e6610b9e6f5a4287b Change-Id: Id5f2f4f22b856c989e2eef8ed56b9829d1bcefb6 blueprint: support-move-ops-with-qos-ports-ussuri
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index 7fe2db81cd..604082fb62 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -31,5 +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 servers with neutron ports
+having resource requests.
+
See :nova-doc:`the admin guide <admin/port_with_resource_request.html>` for
administrative details.