summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-04-17 13:42:44 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2019-04-18 10:33:06 -0500
commit2189e5702b7ba91a87e1db21024799e1520d8ad0 (patch)
tree336305115a8ea058dbb8994671d3c122d82701fe /releasenotes
parentcd64f0b327f7b6a285575c5bf96a36e07e0b4602 (diff)
downloadpython-cinderclient-2189e5702b7ba91a87e1db21024799e1520d8ad0.tar.gz
Drop support for Cinder v1 API
This drops compatibility with Cinder services with the V1 API. Change-Id: Ic7c6bd05a3991c3afce3dec80b29501932c5aac9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
index 24c26dd..3cf32c6 100644
--- a/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
+++ b/releasenotes/notes/cinderclient-5-de0508ce5a221d21.yaml
@@ -5,3 +5,8 @@ prelude: >
support for the Cinder v1 API has been removed. Prior to upgrading to this
release, ensure all Cinder services that need to be managed are 13.0.0
(Rocky) or later.
+upgrade:
+ - |
+ This version of the python-cinderclient no longer supports the Cinder v1
+ API. Ensure all mananaged services have at least the v2 API available prior
+ to upgrading this client.