Merge "Remove some unused parameters in parameters.yaml"

This commit is contained in:
Zuul 2018-03-23 10:37:32 +00:00 committed by Gerrit Code Review
commit 8ec1e9f04c
1 changed files with 6 additions and 18 deletions

View File

@ -13,12 +13,6 @@ admin_project_id:
in: path
required: true
type: string
all_tenants:
description: |
Shows details for all projects.
in: path
required: false
type: string
attachment_id_1:
description: |
The ID of the attachment.
@ -176,24 +170,12 @@ transfer_id:
in: path
required: true
type: string
vol_type_id:
description: |
The UUID for an existing volume type.
in: path
required: true
type: string
volume_id_path:
description: |
The UUID of the volume.
in: path
required: true
type: string
volume_type:
description: |
The ID of Volume Type to be accessed by project.
in: path
required: false
type: string
volume_type_access:
description: |
The ID of Volume Type to be accessed by project.
@ -2851,6 +2833,12 @@ volume_name_1:
in: body
required: false
type: string
volume_type:
description: |
The ID of Volume Type to be accessed by project.
in: body
required: false
type: string
volume_type_1:
description: |
A ``volume_type`` object.