summaryrefslogtreecommitdiff
path: root/api-ref/source/servers-admin-action.inc
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-02-03 10:41:03 +0000
committerMatt Riedemann <mriedem.os@gmail.com>2019-02-08 17:05:19 -0500
commit36a91936a821b0c1f502d7d8f1ffd8c4d179d212 (patch)
treea408885051f8bae11272b2ff065f0fa23ac9739a /api-ref/source/servers-admin-action.inc
parentc1fb445b8d94e69d7878fad60c4653650052313a (diff)
downloadnova-36a91936a821b0c1f502d7d8f1ffd8c4d179d212.tar.gz
API: Remove evacuate/live-migrate 'force' parameter
Add a new microversion that removes support for the aforementioned argument, which cannot be adequately guaranteed in the new placement world. Change-Id: I2a395aa6eccad75a97fa49e993b0300bdcfc7258 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Implements: blueprint remove-force-flag-from-live-migrate-and-evacuate APIImpact
Diffstat (limited to 'api-ref/source/servers-admin-action.inc')
-rw-r--r--api-ref/source/servers-admin-action.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/api-ref/source/servers-admin-action.inc b/api-ref/source/servers-admin-action.inc
index c4da005ab6..859b0d769f 100644
--- a/api-ref/source/servers-admin-action.inc
+++ b/api-ref/source/servers-admin-action.inc
@@ -137,6 +137,10 @@ Nova responds immediately, and no pre-live-migration checks are returned.
The instance will not immediately change state to ``ERROR``, if a failure of
the live-migration checks occurs.
+Starting from API version 2.68, the ``force`` parameter is no longer accepted
+as this could not be meaningfully supported by servers with complex resource
+allocations.
+
Normal response codes: 202
Error response codes: badRequest(400), unauthorized(401), forbidden(403)