Merge "Remove unused parameters"

This commit is contained in:
Jenkins 2016-11-16 10:24:02 +00:00 committed by Gerrit Code Review
commit 22306bb8f5

View File

@ -8,7 +8,7 @@ tag_location:
type: string type: string
min_version: 2.26 min_version: 2.26
x-openstack-request-id: x-openstack-request-id:
description: > description: |
A unique ID for tracking the request. The request ID associated with the request A unique ID for tracking the request. The request ID associated with the request
appears in the log lines for that request. By default, the middleware configuration appears in the log lines for that request. By default, the middleware configuration
ensures that the request ID appears in the log files. ensures that the request ID appears in the log files.
@ -17,12 +17,6 @@ x-openstack-request-id:
type: string type: string
# variables in path # variables in path
admin_tenant_id:
description: |
The UUID of the administrative tenant.
in: path
required: true
type: string
agent_build_id: agent_build_id:
description: | description: |
The id of the agent build. The id of the agent build.
@ -67,18 +61,6 @@ cell_id:
in: path in: path
required: true required: true
type: string type: string
certificate_id:
description: |
The certificate ID, as a string. The only valid value is ``root``.
in: path
required: true
type: string
class_id:
description: |
The UUID of the quota class.
in: path
required: true
type: string
console_id: console_id:
description: | description: |
The UUID of the console. The UUID of the console.
@ -278,12 +260,6 @@ volume_id_path:
in: path in: path
required: true required: true
type: string type: string
volume_type_id:
description: |
The unique ID for a volume type.
in: path
required: true
type: string
# variables in query # variables in query
all_projects: all_projects:
@ -427,14 +403,6 @@ flavor_query:
in: query in: query
required: false required: false
type: string type: string
host_query:
description: |
Filters the response by a host name, as a string. This query parameter is typically
available to only administrative users. If you are a non-administrative user,
the API ignores this parameter.
in: query
required: false
type: string
hypervisor_limit: hypervisor_limit:
description: | description: |
Requests a page size of items. Returns a number of items up to a limit value. Requests a page size of items. Returns a number of items up to a limit value.
@ -1449,12 +1417,6 @@ description:
in: body in: body
required: true required: true
type: string type: string
description_2:
description: |
The security group description.
in: body
required: true
type: string
destination_type: destination_type:
description: | description: |
Defines where the volume comes from. A valid value is ``local`` or ``volume``. Defines where the volume comes from. A valid value is ``local`` or ``volume``.
@ -2420,12 +2382,6 @@ images:
in: body in: body
required: true required: true
type: array type: array
in_use:
description: |
The in-use quota value.
in: body
required: true
type: integer
injected_file_content_bytes: injected_file_content_bytes:
description: | description: |
The number of allowed bytes of content for each injected file. The number of allowed bytes of content for each injected file.
@ -2766,12 +2722,6 @@ limits_absolutes:
in: body in: body
required: true required: true
type: object type: object
limits_rate_regex:
description: |
A regular expression defining the URI path to apply the limit to.
in: body
required: true
type: string
limits_rate_uri: limits_rate_uri:
description: | description: |
A human readable URI that is used as a friendly description of where the api rate limit is applied. A human readable URI that is used as a friendly description of where the api rate limit is applied.
@ -3062,31 +3012,6 @@ name:
in: body in: body
required: true required: true
type: string type: string
name_3:
description: |
The name to associate with the keypair.
in: body
required: true
type: string
name_4:
description: |
The source security group name.
in: body
required: true
type: string
name_5:
description: |
The server group name. A non-empty string with no leading or trailing spaces.
Maximum length is 255 characters.
in: body
required: true
type: string
name_9:
description: |
The name of floating IP pools.
in: body
required: false
type: string
name_server_group: name_server_group:
description: | description: |
The name of the server group. The name of the server group.
@ -3174,13 +3099,6 @@ new_file:
in: body in: body
required: true required: true
type: string type: string
next:
description: |
Moves to the next metadata item.
format: uri
in: body
required: false
type: string
on_shared_storage: on_shared_storage:
description: | description: |
Server on shared storage. Server on shared storage.
@ -3807,7 +3725,7 @@ security_group_default_rules:
A list of the ``security_group_default_rule`` object. A list of the ``security_group_default_rule`` object.
in: body in: body
required: true required: true
type: object type: array
security_group_rule: security_group_rule:
description: | description: |
A ``security_group_rule`` object. A ``security_group_rule`` object.
@ -3872,12 +3790,6 @@ server:
in: body in: body
required: true required: true
type: object type: object
server_2:
description: |
A ``server`` object.
in: body
required: true
type: object
server_description: server_description:
type: string type: string
in: body in: body