Remove unused parameters in v2/v3 parameters.yaml
Change-Id: I835dda262b22af8fe7a0af1a1333bf9842d65013
This commit is contained in:
parent
245213a8dc
commit
e3a873dbd8
@ -31,25 +31,12 @@ cgsnapshot_id_1:
|
|||||||
in: path
|
in: path
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
consistencygroup_id_2:
|
|
||||||
description: |
|
|
||||||
The ID of the consistency group.
|
|
||||||
in: path
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
encryption_id:
|
encryption_id:
|
||||||
description: |
|
description: |
|
||||||
The ID of the encryption type.
|
The ID of the encryption type.
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
force_3:
|
|
||||||
description: |
|
|
||||||
To delete a QoS specification even if it is in-
|
|
||||||
use, set to ``true``. Default is ``false``.
|
|
||||||
in: path
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
hostname:
|
hostname:
|
||||||
description: |
|
description: |
|
||||||
The name of the host that hosts the storage back
|
The name of the host that hosts the storage back
|
||||||
@ -108,13 +95,6 @@ transfer_id:
|
|||||||
in: path
|
in: path
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
user_id_1:
|
|
||||||
description: |
|
|
||||||
The user ID. Specify in the URI as
|
|
||||||
``user_id={user_id}``.
|
|
||||||
in: path
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
vol_type_id:
|
vol_type_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID for an existing volume type.
|
The UUID for an existing volume type.
|
||||||
@ -301,18 +281,6 @@ availability_zone:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
availability_zone_1:
|
|
||||||
description: |
|
|
||||||
The availability zone.
|
|
||||||
in: body
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
availability_zone_2:
|
|
||||||
description: |
|
|
||||||
The availability zone.
|
|
||||||
in: body
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
availability_zone_3:
|
availability_zone_3:
|
||||||
description: |
|
description: |
|
||||||
The availability zone name.
|
The availability zone name.
|
||||||
@ -598,15 +566,6 @@ extra_specs:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: object
|
type: object
|
||||||
extra_specs_1:
|
|
||||||
description: |
|
|
||||||
A key and value pair that contains additional
|
|
||||||
specifications that are associated with the volume type. Examples
|
|
||||||
include capabilities, capacity, compression, and so on, depending
|
|
||||||
on the storage driver in use.
|
|
||||||
in: body
|
|
||||||
required: true
|
|
||||||
type: object
|
|
||||||
fail_reason:
|
fail_reason:
|
||||||
description: |
|
description: |
|
||||||
If the backup failed, the reason for the failure.
|
If the backup failed, the reason for the failure.
|
||||||
|
@ -169,13 +169,6 @@ transfer_id:
|
|||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
user_id_1:
|
|
||||||
description: |
|
|
||||||
The user ID. Specify in the URI as
|
|
||||||
``user_id={user_id}``.
|
|
||||||
in: path
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
vol_type_id:
|
vol_type_id:
|
||||||
description: |
|
description: |
|
||||||
The UUID for an existing volume type.
|
The UUID for an existing volume type.
|
||||||
@ -513,18 +506,6 @@ availability_zone:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
availability_zone_1:
|
|
||||||
description: |
|
|
||||||
The availability zone.
|
|
||||||
in: body
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
availability_zone_2:
|
|
||||||
description: |
|
|
||||||
The availability zone.
|
|
||||||
in: body
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
availability_zone_3:
|
availability_zone_3:
|
||||||
description: |
|
description: |
|
||||||
The availability zone name.
|
The availability zone name.
|
||||||
|
Loading…
Reference in New Issue
Block a user