[Api-ref] Add force parameter to volume delete
Delete with force was introduced in cinder [1], But it is not documented in the API docs. This patch is to add it in the API docs. [1] https://review.openstack.org/#/c/337814/ Change-Id: I42b63571dfa81142472e8e3dfaa5e2cffa101064 Closes-bug: #1708801
This commit is contained in:
parent
2a27fe404a
commit
07ebaa230f
@ -897,6 +897,14 @@ force_4:
|
||||
in: body
|
||||
required: false
|
||||
type: boolean
|
||||
force_5:
|
||||
description: |
|
||||
Indicates whether to force deletes a volume even if
|
||||
the volume is in deleting or error_deleting. Default is ``false``.
|
||||
in: body
|
||||
required: false
|
||||
type: boolean
|
||||
min_version: 3.23
|
||||
free_capacity:
|
||||
description: |
|
||||
The amount of free capacity for the back-end
|
||||
|
@ -468,6 +468,7 @@ Request
|
||||
- project_id: project_id_path
|
||||
- volume_id: volume_id_path
|
||||
- cascade: cascade
|
||||
- force: force_5
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user