summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-05-24 14:55:34 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-07-14 14:28:44 -0400
commitcb5235250cc10957b4392764b1dc3a6757784da5 (patch)
tree1ab414ed760afafa23a4258053e8bccd53a55478 /releasenotes
parent3502a5591a654ae57741c6738994ffa9d8457696 (diff)
downloadpython-cinderclient-cb5235250cc10957b4392764b1dc3a6757784da5.tar.gz
Remove v2 classes
Remove all cinderclient.v2 classes, mostly incorporating them into their v3 counterparts and updating the tests and test fixtures. Depends-on: https://review.opendev.org/c/openstack/horizon/+/800814 Change-Id: I335db5c1799edb2273bf8bfc9e1bc9de404a4ba5
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-v2-support-e578ca21c7c6b532.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-v2-support-e578ca21c7c6b532.yaml b/releasenotes/notes/drop-v2-support-e578ca21c7c6b532.yaml
new file mode 100644
index 0000000..8360a60
--- /dev/null
+++ b/releasenotes/notes/drop-v2-support-e578ca21c7c6b532.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ This release drops support of the Block Storage API v2. The last version
+ of the python-cinderclient supporting that API is the 7.x series.