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

This commit is contained in:
Zuul 2020-04-10 13:18:45 +00:00 committed by Gerrit Code Review
commit 8ee8d03c69
2 changed files with 34 additions and 34 deletions

View File

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

View File

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