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
This commit is contained in:
Balazs Gibizer
2020-03-18 10:56:32 +01:00
parent 94c7e7ad43
commit a4c3260f56
7 changed files with 43 additions and 56 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 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.