From 16f2571e0725e00cb7d58607ba1c2abd3019b5ac Mon Sep 17 00:00:00 2001 From: Surya Seetharaman Date: Tue, 7 May 2019 17:06:55 +0200 Subject: [PATCH] [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 --- api-guide/source/server_concepts.rst | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index 882fea05e1..b490fc375c 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -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