Merge "Fix discrepancy in api-ref for create volume manage api"
This commit is contained in:
commit
739556eeef
@ -607,6 +607,13 @@ bootable:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
bootable_1:
|
||||||
|
description: |
|
||||||
|
Enables or disables the bootable attribute. You
|
||||||
|
can boot an instance from a bootable volume.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
bootable_response:
|
bootable_response:
|
||||||
description: |
|
description: |
|
||||||
Enables or disables the bootable attribute. You
|
Enables or disables the bootable attribute. You
|
||||||
@ -1599,6 +1606,13 @@ metadata_1:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: object
|
type: object
|
||||||
|
metadata_10:
|
||||||
|
description: |
|
||||||
|
One or more metadata key and value pairs to be associated
|
||||||
|
with the new volume.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: object
|
||||||
metadata_2:
|
metadata_2:
|
||||||
description: |
|
description: |
|
||||||
One or more metadata key and value pairs that are
|
One or more metadata key and value pairs that are
|
||||||
@ -2779,6 +2793,12 @@ volume_name:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
volume_name_1:
|
||||||
|
description: |
|
||||||
|
The volume name.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
volume_type_1:
|
volume_type_1:
|
||||||
description: |
|
description: |
|
||||||
A ``volume_type`` object.
|
A ``volume_type`` object.
|
||||||
|
@ -40,13 +40,13 @@ Request
|
|||||||
- volume: volume
|
- volume: volume
|
||||||
- description: description
|
- description: description
|
||||||
- availability_zone: availability_zone
|
- availability_zone: availability_zone
|
||||||
- bootable: bootable
|
- bootable: bootable_1
|
||||||
- volume_type: volume_type
|
- volume_type: volume_type
|
||||||
- name: volume_name
|
- name: volume_name_1
|
||||||
- host: host_mutex
|
- host: host_mutex
|
||||||
- cluster: cluster_mutex
|
- cluster: cluster_mutex
|
||||||
- ref: ref
|
- ref: ref
|
||||||
- metadata: metadata
|
- metadata: metadata_10
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user