summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2020-12-10 14:33:08 +0100
committerBalazs Gibizer <balazs.gibizer@est.tech>2020-12-10 14:51:19 +0100
commit048250a4b76c0b6a85e459f92b436c448d592235 (patch)
treef82880e2db347acf3500b5ac04448d675e0a3b9e /api-guide
parent3a6c1cbc3a07814b3fecfdc23f28da9294779bcc (diff)
downloadnova-048250a4b76c0b6a85e459f92b436c448d592235.tar.gz
Disable qos resize tempest test for nova-multi-cell job
It turned out that during the qos resize work we did not implemented support of cross cell resize with qos ports. Tempest test coverage for the resize and migrate is landed recently that made the nova-multi-cell job to fail. So this patch disables the qos resize and migrate tempest tests for the nova-multi-cell job to unblock the gate. Related-Bug: #1907522 [1] I8c573c4a11a76932057d8415d76114a03269b9f3 Change-Id: I95bc22f7d65454cd9e7b54a0e6d9516f2f204978
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/port_with_resource_request.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/api-guide/source/port_with_resource_request.rst b/api-guide/source/port_with_resource_request.rst
index 2d4cc113e2..b09698c008 100644
--- a/api-guide/source/port_with_resource_request.rst
+++ b/api-guide/source/port_with_resource_request.rst
@@ -29,7 +29,8 @@ As of 20.0.0 (Train), nova supports cold migrating and resizing servers with
neutron ports having resource requests if both the source and destination
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.
+using the latest RPC version. However cross cell resize and cross cell migrate
+operations are still not supported with such ports.
As of 21.0.0 (Ussuri), nova supports evacuating, live migrating and unshelving
servers with neutron ports having resource requests.