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:
parent
55b2f34951
commit
69b4a3c9ab
api-ref/source
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user