Skip to content

Commit

Permalink
Merge "Remove unused parameters in v2/v3 parameters.yaml"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Feb 8, 2018
2 parents c7b702f + e3a873d commit b8a5ff5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
41 changes: 0 additions & 41 deletions api-ref/source/v2/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,12 @@ cgsnapshot_id_1:
in: path
required: false
type: string
consistencygroup_id_2:
description: |
The ID of the consistency group.
in: path
required: false
type: string
encryption_id:
description: |
The ID of the encryption type.
in: path
required: true
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:
description: |
The name of the host that hosts the storage back
Expand Down Expand Up @@ -108,13 +95,6 @@ transfer_id:
in: path
required: false
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:
description: |
The UUID for an existing volume type.
Expand Down Expand Up @@ -301,18 +281,6 @@ availability_zone:
in: body
required: false
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:
description: |
The availability zone name.
Expand Down Expand Up @@ -598,15 +566,6 @@ extra_specs:
in: body
required: true
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:
description: |
If the backup failed, the reason for the failure.
Expand Down
19 changes: 0 additions & 19 deletions api-ref/source/v3/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ transfer_id:
in: path
required: true
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:
description: |
The UUID for an existing volume type.
Expand Down Expand Up @@ -513,18 +506,6 @@ availability_zone:
in: body
required: false
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:
description: |
The availability zone name.
Expand Down

0 comments on commit b8a5ff5

Please sign in to comment.