Correct power target description in api-ref

Change-Id: I4343603ee670fa5efe45d89c2c5a796b38aa0b3a
This commit is contained in:
Zhenguo Niu 2017-03-07 13:00:51 +08:00
parent aad98b0fa7
commit 9ade7bd59b
2 changed files with 7 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Request
.. rest_parameters:: parameters.yaml
- instance_uuid: instance_ident
- target: power_state
- target: power_state_target
**Example request to power off a Instance:**

View File

@ -248,6 +248,12 @@ power_state:
in: body
required: true
type: string
power_state_target:
description: |
This field represents the requested state either "on", "off", or "reboot".
in: body
required: true
type: string
project_id_body:
description: |
The UUID of the project in a multi-tenancy cloud.