summaryrefslogtreecommitdiff
path: root/releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-10-01 16:45:02 +0200
committerDmitry Tantsur <divius.inside@gmail.com>2018-10-12 12:20:10 +0200
commitfe94fb13fa87c39e3a4e2ab1917e2123ac9bc0e9 (patch)
tree9c211939d4c2ef0cc7513cdcedcb497884571d4e /releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml
parent9c819cd153cee0f3fe020d68f92de2abc2b38ad5 (diff)
downloadironic-fe94fb13fa87c39e3a4e2ab1917e2123ac9bc0e9.tar.gz
Completely remove support for deprecated Glance V1
Also removes support for having several API versions for the Image API. We do not do it for Neutron and Swift. And if we ever support the (hypothetical) Glance V3 API, we better do it transparently, not with a configuration option (maybe using openstacksdk). Cleans up Glance V1 specific features like image.is_public or a separate image.properties field. The code should be consolidated into fewer modules in a follow-up. Story: #1670423 Task: #26830 Change-Id: I08a01eadbe8a2dec4c02674bed0391846632ef06
Diffstat (limited to 'releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml')
-rw-r--r--releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml b/releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml
new file mode 100644
index 000000000..1164ae3e5
--- /dev/null
+++ b/releasenotes/notes/no-glance-v1-d249e8079f46f40c.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - |
+ Support for using the Image API v1 was removed. It was removed from Glance
+ in the Rocky release.
+ - |
+ The deprecated option ``[glance]glance_api_version`` was removed. Only v2
+ is now used.