[Trivial] FUP: addressed comments in support non-admin filter instances

This commit mainly addressed comments in [1]
[1]https://review.opendev.org/#/c/701609/9/api-ref/source/parameters.yaml@420
that were related to change Ia66d3a1ceb74ed521cf44922929b2a502f3ee935

Part of blueprint non-admin-filter-instance-by-az
Change-Id: I8627de0fdb31f2090a4eef7dba8f0f5eb4ebb946
This commit is contained in:
zhangbailin 2020-04-10 11:42:50 +08:00 committed by Sylvain Bauza
parent 95ca68cfc6
commit 9ca505700a
2 changed files with 34 additions and 34 deletions

View File

@ -417,9 +417,9 @@ availability_zone_query_server:
description: |
Filter the server list result by server availability zone.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -580,9 +580,9 @@ config_drive_query_server:
description: |
Filter the server list result by the config drive setting of the server.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -599,9 +599,9 @@ created_at_query_server:
For example, ``2015-08-27T09:49:58-05:00``.
If you omit the time zone, the UTC time zone is assumed.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -891,9 +891,9 @@ key_name_query_server:
description: |
Filter the server list result by keypair name.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -946,9 +946,9 @@ launched_at_query_server:
For example, ``2015-08-27T09:49:58-05:00``.
If you omit the time zone, the UTC time zone is assumed.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -1126,17 +1126,17 @@ power_state_query_server:
6: CRASHED
7: SUSPENDED
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
progress_query_server:
description: |
Filter the server list result by the progress of the server.
The value could be from 0 to 100 as integer.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: integer
@ -1378,9 +1378,9 @@ task_state_query_server:
description: |
Filter the server list result by task state.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
tenant_id_query:
description: |
Specify the project ID (tenant ID) to show the rate and absolute limits.
@ -1400,9 +1400,9 @@ terminated_at_query_server:
For example, ``2015-08-27T09:49:58-05:00``.
If you omit the time zone, the UTC time zone is assumed.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -1448,9 +1448,9 @@ user_id_query_server:
description: |
Filter the list of servers by the given user ID.
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string
@ -1479,9 +1479,9 @@ vm_state_query_server:
- ``STOPPED``
- ``SUSPENDED``
This parameter is restricted to administrators until microversion 2.82.
If non-admin users specify this parameter before microversion 2.83, it
is ignored.
This parameter is restricted to administrators until microversion 2.83.
If non-admin users specify this parameter on a microversion less than 2.83,
it will be ignored.
in: query
required: false
type: string

View File

@ -383,7 +383,7 @@ necessary to add changes to other places which describe your change:
located under `api-ref/source/`.
* If the microversion changes servers related APIs, update the
`api-guide/source/server_concepts.rst` accordingly.
``api-guide/source/server_concepts.rst`` accordingly.
.. _API Reference: https://docs.openstack.org/api-ref/compute/