summaryrefslogtreecommitdiff
path: root/api-ref/source/servers-admin-action.inc
diff options
context:
space:
mode:
authorTimofey Durakov <tdurakov@mirantis.com>2016-05-10 17:33:54 +0300
committerTimofey Durakov <tdurakov@mirantis.com>2016-07-11 14:57:54 -0700
commit452be384cd4d70064c884863b60c1280eaea4fc8 (patch)
tree9d29120267dccb568ffd93646f508db9a2e821f0 /api-ref/source/servers-admin-action.inc
parent20dc4942bba5dc251d003b667b8183d10da2a8f5 (diff)
downloadnova-452be384cd4d70064c884863b60c1280eaea4fc8.tar.gz
rest api version bumped for async pre live migration checks
pre live-migration checks now are done in async way. This patch updates rest api version to keep this tracked. bp: async-live-migration-rest-check Change-Id: I9fed3079d0f1b7de3ad1b3ecd309c93785fd11fe
Diffstat (limited to 'api-ref/source/servers-admin-action.inc')
-rw-r--r--api-ref/source/servers-admin-action.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/api-ref/source/servers-admin-action.inc b/api-ref/source/servers-admin-action.inc
index 84a86951ca..d48d181e84 100644
--- a/api-ref/source/servers-admin-action.inc
+++ b/api-ref/source/servers-admin-action.inc
@@ -155,6 +155,12 @@ Policy defaults enable only users with the administrative role to
perform this operation. Cloud providers can change these permissions
through the ``policy.json`` file.
+Starting from REST API version 2.34 pre-live-migration checks are done
+asynchronously, results of these checks are available in ``instance-actions``.
+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.
+
Normal response codes: 202
Error response codes: badRequest(400), unauthorized(401), forbidden(403)