Merge "[api-ref] Add cascade to volume delete"

This commit is contained in:
Jenkins 2017-05-11 19:12:24 +00:00 committed by Gerrit Code Review
commit 5faa626f80
4 changed files with 14 additions and 0 deletions

View File

@ -19,6 +19,12 @@ backup_id:
in: path
required: false
type: string
cascade:
description: |
Remove any snapshots along with the volume. Default=False.
in: path
required: false
type: boolean
cgsnapshot_id_1:
description: |
The ID of the consistency group snapshot.

View File

@ -454,6 +454,7 @@ Request
- tenant_id: tenant_id
- volume_id: volume_id
- cascade: cascade

View File

@ -31,6 +31,12 @@ backup_id:
in: path
required: false
type: string
cascade:
description: |
Remove any snapshots along with the volume. Default=False.
in: path
required: false
type: boolean
cgsnapshot_id_1:
description: |
The ID of the consistency group snapshot.

View File

@ -458,6 +458,7 @@ Request
- project_id: project_id_path
- volume_id: volume_id
- cascade: cascade