summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2019-09-12 16:31:33 +0100
committerErno Kuvaja <jokke@usr.fi>2019-09-16 13:25:45 +0100
commitd9546dce754c68084944ec01aaabd33790f8990a (patch)
tree661cf8c5827c02cb38ba6c5d96f0c9ac911f8615 /api-ref
parentb639ed080d5b74fcc3081a09bd64dd4703dea5a4 (diff)
downloadglance-d9546dce754c68084944ec01aaabd33790f8990a.tar.gz
Images API version bump and config sync
This change contains minor version bump to Images API to indicate latest changes to the API. Also has config file sync for for M3 release. These two are combined for saving some gating time due to busy infra at Train milestone 3 deadline. Change-Id: I13133c32734751d43cc3afed9b68d015cebd5b6b
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/versions/samples/image-versions-response.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/api-ref/source/versions/samples/image-versions-response.json b/api-ref/source/versions/samples/image-versions-response.json
index af8afa4f5..a04c565ef 100644
--- a/api-ref/source/versions/samples/image-versions-response.json
+++ b/api-ref/source/versions/samples/image-versions-response.json
@@ -1,6 +1,16 @@
{
"versions": [
{
+ "id": "v2.9",
+ "links": [
+ {
+ "href": "http://glance.openstack.example.org/v2/",
+ "rel": "self"
+ }
+ ],
+ "status": "EXPERIMENTAL"
+ },
+ {
"id": "v2.8",
"links": [
{