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
This commit is contained in:
Balazs Gibizer
2019-12-14 12:00:40 +01:00
parent 52a03b195e
commit 64cdb82b99
4 changed files with 8 additions and 73 deletions
@@ -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.