Make api_microversion_dev more explicit

Include information regarding both minimum and maximum versions
of the API microversion.

Change-Id: Ie3acdcbf323af40bdb4f3ff20fcf2d3e8eb9606d
Closes-Bug: #1582460
This commit is contained in:
scottda 2016-05-17 07:25:56 -06:00
parent dc3ed5f5bc
commit 5e9a76e47f
1 changed files with 3 additions and 2 deletions

View File

@ -173,8 +173,9 @@ In the controller class::
....
This method would only be available if the caller had specified an
``OpenStack-API-Version`` of <= ``3.4``. If ``3.5`` or later
is specified the server will respond with ``HTTP/404``.
``OpenStack-API-Version`` of <= ``3.4``, and >= ``3.1``. If ``3.5`` or later
is specified or if ``3.0`` or earlier (/v2 or /v1 endpoint), the server will
respond with ``HTTP/404``
Changing a method's behaviour
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~