summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2019-12-14 12:00:40 +0100
committerBalazs Gibizer <balazs.gibizer@est.tech>2020-02-03 11:43:12 +0100
commit64cdb82b998d4dfc8188dfba174be95c06da13ad (patch)
treeaa75f5bfce823fa1a72d35ad5104f43c9b43d43b /api-guide
parent52a03b195e61396444cf22bc35c1bd046a2bc50a (diff)
downloadnova-64cdb82b998d4dfc8188dfba174be95c06da13ad.tar.gz
Enable live migration with qos ports
Previous patches in the blueprint implemented the support for live migraton with qos ports and added functional test coverage for the various live migration scenarios. So this patch removes the API check that rejected such operation and document the new feature. Change-Id: Ib9ef18fff28c463c9ffe3607d93428b689dc89fb 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 604082fb62..867dd01812 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 servers with neutron ports
-having resource requests.
+As of 21.0.0 (Ussuri), nova supports evacuating and live migrating servers
+with neutron ports having resource requests.
See :nova-doc:`the admin guide <admin/port_with_resource_request.html>` for
administrative details.