Merge "Change path to query in cinderAPI V3-volume delete"

This commit is contained in:
Zuul 2020-02-11 22:04:17 +00:00 committed by Gerrit Code Review
commit 1f54aa40ed
1 changed files with 14 additions and 14 deletions

View File

@ -25,12 +25,6 @@ backup_id_required:
in: path in: path
required: true required: true
type: string type: string
cascade:
description: |
Remove any snapshots along with the volume. Default=False.
in: path
required: false
type: boolean
cgsnapshot_id_path: cgsnapshot_id_path:
description: | description: |
The ID of the consistency group snapshot. The ID of the consistency group snapshot.
@ -49,14 +43,6 @@ encryption_id:
in: path in: path
required: true required: true
type: string type: string
force_vol_del:
description: |
Indicates whether to force delete a volume even if
the volume is in deleting or error_deleting. Default is ``false``.
in: path
required: false
type: boolean
min_version: 3.23
group_id_path: group_id_path:
description: | description: |
The ID of the group. The ID of the group.
@ -208,6 +194,12 @@ bootable_query:
in: query in: query
required: false required: false
type: boolean type: boolean
cascade:
description: |
Remove any snapshots along with the volume. Default=False.
in: query
required: false
type: boolean
detail: detail:
description: | description: |
Indicates whether to show pool details or only Indicates whether to show pool details or only
@ -231,6 +223,14 @@ force_del_qos:
in: query in: query
required: false required: false
type: boolean type: boolean
force_vol_del:
description: |
Indicates whether to force delete a volume even if
the volume is in deleting or error_deleting. Default is ``false``.
in: query
required: false
type: boolean
min_version: 3.23
host_query: host_query:
description: | description: |
Filter the service list result by host name of the service. Filter the service list result by host name of the service.