[Docs] Change the server query parameter display into a list.

The server query parameters that are allowed for users are displayed
in a single paragraph which is difficult to parse and some of the
parameters are missing the microversions they are available from.
This problem exists in the server_concepts api-guide documentation
while its already in the list form in the servers api-reference
documentation. This patch basically copies the list over from the
api-guide.

Change-Id: I27c3d1882ab904933129bd3414ccded8c3c56b1e
This commit is contained in:
Surya Seetharaman
2019-05-07 17:06:55 +02:00
parent ec51f9311c
commit 16f2571e07
+17 -4
View File
@@ -136,10 +136,23 @@ by using query options.
For different user roles, the user has different query options set:
- For general user, there is limited set of attributes of the servers can be
used as query option. ``reservation_id``, ``name``, ``status``, ``image``,
``flavor``, ``ip``, ``changes-since``, ``changes-before``, ``ip6``,
``tags``, ``tags-any``, ``not-tags``, ``not-tags-any`` are supported options
to be used. Other options will be ignored by nova silently.
used as query option. The supported options are:
- ``changes-since``
- ``flavor``
- ``image``
- ``ip``
- ``ip6`` (New in version 2.5)
- ``name``
- ``not-tags`` (New in version 2.26)
- ``not-tags-any`` (New in version 2.26)
- ``reservation_id``
- ``status``
- ``tags`` (New in version 2.26)
- ``tags-any`` (New in version 2.26)
- ``changes-before`` (New in version 2.66)
Other options will be ignored by nova silently.
- For administrator, most of the server attributes can be used as query
options. Before the Ocata release, the fields in the database schema of