API ref: add host format to description

Specify host and os-vol-host-attr:host parameters format.

Change-Id: Ib0ab0319e04e23e93f31a49bca17ed30af2474d0
This commit is contained in:
Anton Arefiev 2017-12-12 14:38:50 +02:00
parent 55b2f34951
commit 69b4a3c9ab
2 changed files with 4 additions and 2 deletions

View File

@ -662,7 +662,7 @@ has_dependent_backups:
host:
description: |
The OpenStack Block Storage host where the
existing volume resides.
existing volume resides. Host format is ``host@backend``.
in: body
required: true
type: string
@ -1270,6 +1270,7 @@ os-unset_image_metadata:
os-vol-host-attr:host:
description: |
Current back-end of the volume.
Host format is ``host@backend#pool``.
in: body
required: true
type: string

View File

@ -1243,7 +1243,7 @@ has_dependent_backups:
host:
description: |
The OpenStack Block Storage host where the
existing volume resides.
existing volume resides. Host format is ``host@backend``.
in: body
required: true
type: object
@ -1986,6 +1986,7 @@ os-unset_image_metadata:
os-vol-host-attr:host:
description: |
Current back-end of the volume.
Host format is ``host@backend#pool``.
in: body
required: true
type: string