From 5e9a76e47f5762863724da03ab69579dd9e9ad43 Mon Sep 17 00:00:00 2001 From: scottda Date: Tue, 17 May 2016 07:25:56 -0600 Subject: [PATCH] Make api_microversion_dev more explicit Include information regarding both minimum and maximum versions of the API microversion. Change-Id: Ie3acdcbf323af40bdb4f3ff20fcf2d3e8eb9606d Closes-Bug: #1582460 --- doc/source/devref/api_microversion_dev.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/api_microversion_dev.rst b/doc/source/devref/api_microversion_dev.rst index 3da4c9f57c6..9f895682909 100644 --- a/doc/source/devref/api_microversion_dev.rst +++ b/doc/source/devref/api_microversion_dev.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~