From a4a7853781d94c195f2028b466c41a7cf96876a8 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Fri, 11 Nov 2016 15:05:09 +0800 Subject: [PATCH] Add microversion cap information Currently we only publish the master branch of api-ref to: http://developer.openstack.org/api-ref/compute and we have microversion caps for different releases. It will be better for user to understand if we add also microversion caps information to the doc. Change-Id: Ic6c042f68f5d340a68abad6701e65d44e46da3a7 Closes-bug: #1640995 --- api-ref/source/versions.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-ref/source/versions.inc b/api-ref/source/versions.inc index 850af3013c..288a0f2319 100644 --- a/api-ref/source/versions.inc +++ b/api-ref/source/versions.inc @@ -16,6 +16,12 @@ For more detail about Microversion, please reference: `Microversions `_ +.. note:: The maximum microversion supported by each release varies. + Please reference: + `API Microversion History + `__ + for API microversion history details. + The Version APIs work differently from other APIs as they *do not* require authentication.