summaryrefslogtreecommitdiff
path: root/api-ref/source/parameters.yaml
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-08-14 10:40:31 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-08-14 10:46:26 +0900
commitabfb28291afb3b1ae0345a4f3cbb3d68c925a90b (patch)
tree9c1f51136aeedefe96f900b97d9b5e32371f9acd /api-ref/source/parameters.yaml
parent0b290050b2f2e72c5555d3c969d4120d836298a9 (diff)
downloadnova-abfb28291afb3b1ae0345a4f3cbb3d68c925a90b.tar.gz
api-ref: Fix collapse of 'host_status' description
Fix collapse of 'host_status' description in the follwoing APIs in the compute API reference. - PUT /servers/{server_id} - POST /servers/{server_id}/action (rebuild) Change-Id: I003f9a81ac6f7e0ec13a24db3fda1b7ff6612bc5 Closes-Bug: #1840094
Diffstat (limited to 'api-ref/source/parameters.yaml')
-rw-r--r--api-ref/source/parameters.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index cb91c6acd0..f2df3193ff 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -3524,11 +3524,13 @@ host_status_body_in:
host_status_update_rebuild:
description: |
The host status. Values where next value in list can override the previous:
+
- ``UP`` if nova-compute up.
- ``UNKNOWN`` if nova-compute not reported by servicegroup driver.
- ``DOWN`` if nova-compute forced down.
- ``MAINTENANCE`` if nova-compute is disabled.
- Empty string indicates there is no host for server.
+
This attribute appears in the response only if the policy permits.
By default, only administrators can get this parameter.
in: body