Fix in api-ref
Add a separate var for snapshot and use in: https://github.com/openstack/cinder/blob/master/api-ref/source/v3/volumes-v3-snapshots.inc Change-Id: Ib6a153562aec1c73ceb7ad9d4f6c4ee104d768e2
This commit is contained in:
parent
ea86de8308
commit
2c99acd1f5
@ -1184,6 +1184,14 @@ force:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
force_snapshot:
|
||||||
|
description: |
|
||||||
|
Indicates whether to snapshot, even if the volume
|
||||||
|
is attached. Default is ``false``.
|
||||||
|
See :ref:`valid boolean values <valid-boolean-values>`
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
force_upload_vol:
|
force_upload_vol:
|
||||||
description: |
|
description: |
|
||||||
Enables or disables upload of a volume that is
|
Enables or disables upload of a volume that is
|
||||||
|
@ -122,7 +122,7 @@ Request
|
|||||||
- volume_id: volume_id
|
- volume_id: volume_id
|
||||||
- name: name_snap_req
|
- name: name_snap_req
|
||||||
- description: description_snap
|
- description: description_snap
|
||||||
- force: force
|
- force: force_snapshot
|
||||||
- metadata: metadata_snap
|
- metadata: metadata_snap
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user