summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2019-10-01 16:56:20 +0100
committerErno Kuvaja <jokke@usr.fi>2019-10-01 17:45:26 +0000
commit515412b59f5b3af07a1787b9f8e85a4d656d3e1c (patch)
treec5350cb72b8be4ea0b6dfa091f3e1dd7f9fc986a /api-ref
parentfeb8ebd75bfcf1296dfa40e000a4a16eb2082971 (diff)
downloadglance-515412b59f5b3af07a1787b9f8e85a4d656d3e1c.tar.gz
Set API version 2.9 CURRENT
This change removes experimental status from Api versions >2.7 setting 2.8 (multi-store support) to SUPPORTED and 2.9 (caching) to CURRENT. NOTE: 2.8 will show up in list only if the glance-api service is configured with multi-store. The API versions list can be used to determine if the multi-store functionality is availabe in the endpoint. Change-Id: I37350fc46191074d42edc73c2451eae73261957d
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/versions/index.rst6
-rw-r--r--api-ref/source/versions/samples/image-versions-response.json6
2 files changed, 9 insertions, 3 deletions
diff --git a/api-ref/source/versions/index.rst b/api-ref/source/versions/index.rst
index 7eb8b57dd..ce76dbb7d 100644
--- a/api-ref/source/versions/index.rst
+++ b/api-ref/source/versions/index.rst
@@ -24,6 +24,12 @@ Image Service Versions
Version History
***************
+**Train changes**
+
+- version 2.9 is CURRENT
+- version 2.8 is SUPPORTED
+- version 2.7 is SUPPORTED
+
**Rocky changes**
- version 2.8 is EXPERIMENTAL
diff --git a/api-ref/source/versions/samples/image-versions-response.json b/api-ref/source/versions/samples/image-versions-response.json
index a04c565ef..263a49c2d 100644
--- a/api-ref/source/versions/samples/image-versions-response.json
+++ b/api-ref/source/versions/samples/image-versions-response.json
@@ -8,7 +8,7 @@
"rel": "self"
}
],
- "status": "EXPERIMENTAL"
+ "status": "CURRENT"
},
{
"id": "v2.8",
@@ -18,7 +18,7 @@
"rel": "self"
}
],
- "status": "EXPERIMENTAL"
+ "status": "SUPPORTED"
},
{
"id": "v2.7",
@@ -28,7 +28,7 @@
"rel": "self"
}
],
- "status": "CURRENT"
+ "status": "SUPPORTED"
},
{
"id": "v2.6",