Change path to query in cinderAPI V3-volume delete

Cascade and force are part of query, not the path.

Closes: #1860134

Change-Id: Iacd69df2c10f83f286acc4b2a0f6d92f8f19caf2
This commit is contained in:
vrushti 2020-02-10 17:26:43 +05:30 committed by Sean McGinnis
parent d76185727a
commit 7ad6ce7dd7
1 changed files with 14 additions and 14 deletions

View File

@ -25,12 +25,6 @@ backup_id_required:
in: path
required: true
type: string
cascade:
description: |
Remove any snapshots along with the volume. Default=False.
in: path
required: false
type: boolean
cgsnapshot_id_path:
description: |
The ID of the consistency group snapshot.
@ -49,14 +43,6 @@ encryption_id:
in: path
required: true
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:
description: |
The ID of the group.
@ -208,6 +194,12 @@ bootable_query:
in: query
required: false
type: boolean
cascade:
description: |
Remove any snapshots along with the volume. Default=False.
in: query
required: false
type: boolean
detail:
description: |
Indicates whether to show pool details or only
@ -231,6 +223,14 @@ force_del_qos:
in: query
required: false
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:
description: |
Filter the service list result by host name of the service.