summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorchenwei <chen.wei@99cloud.net>2022-06-12 22:50:45 +0800
committerchenwei <chen.wei@99cloud.net>2022-06-13 18:28:16 +0800
commit0934cf0305b468f0c058225885755ac7a3bb07eb (patch)
tree9c72a1f9974ed8b95e66cc6a3284650bc8fedb24 /api-ref
parentebef97d776eb1982b948658eaf20566853dc70a9 (diff)
downloadglance-0934cf0305b468f0c058225885755ac7a3bb07eb.tar.gz
Update api-ref: versions response for master branch
Closes bug: #1962480 Change-Id: Iba5a720fcd1408dc81f7da8a6b814fe952a5ddf9
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/versions/index.rst31
-rw-r--r--api-ref/source/versions/samples/image-versions-response.json72
2 files changed, 102 insertions, 1 deletions
diff --git a/api-ref/source/versions/index.rst b/api-ref/source/versions/index.rst
index ce76dbb7d..0fc18de38 100644
--- a/api-ref/source/versions/index.rst
+++ b/api-ref/source/versions/index.rst
@@ -24,6 +24,37 @@ Image Service Versions
Version History
***************
+**Zed changes**
+- version 2.16 is CURRENT
+- version 2.15 is SUPPORTED
+- version 2.14 is SUPPORTED
+- version 2.13 is SUPPORTED
+
+**Yoga changes**
+
+- version 2.15 is CURRENT
+- version 2.14 is SUPPORTED
+- version 2.13 is SUPPORTED
+- version 2.12 is SUPPORTED
+
+**Wallaby changes**
+
+- version 2.12 is CURRENT
+- version 2.11 is SUPPORTED
+- version 2.10 is SUPPORTED
+
+**Victoria changes**
+
+- version 2.11 is CURRENT
+- version 2.10 is SUPPORTED
+- version 2.9 is SUPPORTED
+
+**Ussuri changes**
+
+- version 2.10 is CURRENT
+- version 2.9 is SUPPORTED
+- version 2.8 is SUPPORTED
+
**Train changes**
- version 2.9 is CURRENT
diff --git a/api-ref/source/versions/samples/image-versions-response.json b/api-ref/source/versions/samples/image-versions-response.json
index 263a49c2d..128ce69a6 100644
--- a/api-ref/source/versions/samples/image-versions-response.json
+++ b/api-ref/source/versions/samples/image-versions-response.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "id": "v2.9",
+ "id": "v2.16",
"links": [
{
"href": "http://glance.openstack.example.org/v2/",
@@ -11,6 +11,76 @@
"status": "CURRENT"
},
{
+ "id": "v2.15",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
+ "id": "v2.14",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
+ "id": "v2.13",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
+ "id": "v2.12",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
+ "id": "v2.11",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
+ "id": "v2.10",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
+ "id": "v2.9",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "SUPPORTED"
+ },
+ {
"id": "v2.8",
"links": [
{