Merge "[Trivial] FUP: addressed comments in support non-admin filter instances"
This commit is contained in:
commit
8ee8d03c69
@ -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
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user