Remove some unused parameters in parameters.yaml

The parameters 'all_tenants' and 'vol_type_id' are unused, so remove
them. Besides, move volume_type from path to body which is only used by
api "Volume manage extension" in body.

Change-Id: I66718cf5558a2c12f7cfe336000314291a6820ee
This commit is contained in:
leiyashuai 2018-02-09 15:46:20 +08:00
parent b8a5ff5d7e
commit 157bc29cb5
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.
@ -169,24 +163,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.
@ -2830,6 +2812,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.