summaryrefslogtreecommitdiff
path: root/api-ref/source/servers-action-evacuate.inc
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-04-17 16:20:12 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-04-18 11:52:47 +0900
commita369e30e08ba1b09e7cd901a620f37663a9bce5a (patch)
treeb61cddaf8eb3e3747dae54aebdf53af49908d5d7 /api-ref/source/servers-action-evacuate.inc
parent8ca9211a3d5b029b82376572e97ad0340b1c33c6 (diff)
downloadnova-a369e30e08ba1b09e7cd901a620f37663a9bce5a.tar.gz
api-ref: Fix response code and parameters in evacuate
* Unnecessary note is removed. * The 'on_shared_storage' parameter The max version is 2.13. Improve the description. * The 'evacuate' parameter Fix the type and the description. * The 'adminPass' parameter Fix the description and remove max version. * The 'host' parameter Improve the description. * response code Remove unncessary response codes. Add a missing response code. Change-Id: Ic857333ac25bee26e3ec22106b1b8fda2389b967 Implements: blueprint api-ref-in-rst-pike Closes-Bug: #1683264
Diffstat (limited to 'api-ref/source/servers-action-evacuate.inc')
-rw-r--r--api-ref/source/servers-action-evacuate.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/api-ref/source/servers-action-evacuate.inc b/api-ref/source/servers-action-evacuate.inc
index 2252e62d33..35fe67eccb 100644
--- a/api-ref/source/servers-action-evacuate.inc
+++ b/api-ref/source/servers-action-evacuate.inc
@@ -1,4 +1,3 @@
-.. note:: Microversion 2.23 or greater is required for this API.
.. -*- rst -*-
Evacuate Server (evacuate Action)
@@ -14,8 +13,8 @@ Evacuates a server from a failed host to a new host.
Normal response codes: 200
-Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
-unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
+Error response codes: badRequest(400), unauthorized(401), forbidden(403),
+itemNotFound(404), conflict(409)
Request
-------