Merge "Document sorting/pagination extension existance"

This commit is contained in:
Jenkins 2016-08-05 00:44:46 +00:00 committed by Gerrit Code Review
commit 79289e17fe
1 changed files with 4 additions and 4 deletions

View File

@ -220,8 +220,8 @@ pagination is enabled, the Networking API v2.0 will emulate the
pagination behavior so that users can expect the same behavior
regardless of the particular plug-in running in the background.
Unfortunately OpenStack Networking does not expose any mechanism to tell
user if pagination is supported by particular plug-in or enabled.
To determine if pagination is supported, a user can check whether the
'pagination' extension API is available.
**Example Network collection, first page: JSON request**
@ -430,8 +430,8 @@ is enabled, the Networking API v2.0 emulates the sorting behavior so
that users can expect the same behavior regardless of the particular
plug-in that runs in the background.
Unfortunately OpenStack Networking does provide a mechanism to tell
users if specific plug-ins support or have enabled sorting.
To determine if sorting is supported, a user can check whether the
'sorting' extension API is available.
Extensions
----------