summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-04-07 17:25:02 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-04-07 17:38:42 -0400
commit4e1427a41870f15748155b1ad7339be4fd920e4c (patch)
tree4490103a6e20e3a76b43be8d64de856600f9856f
parent3bc8ac4aa2831d0cf2af6e23adf45444a3938dd9 (diff)
downloadpython-cinderclient-4e1427a41870f15748155b1ad7339be4fd920e4c.tar.gz
Add release note for Ussuri cinderclient release.7.0.0
The official Ussuri release will be 7.0.0. Change-Id: I4f41291768d06faf0d76f8d8a1c420b765f29b6b
-rw-r--r--releasenotes/notes/ussuri-release-f0ebfc54cdac6680.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/releasenotes/notes/ussuri-release-f0ebfc54cdac6680.yaml b/releasenotes/notes/ussuri-release-f0ebfc54cdac6680.yaml
new file mode 100644
index 0000000..f1ac0b5
--- /dev/null
+++ b/releasenotes/notes/ussuri-release-f0ebfc54cdac6680.yaml
@@ -0,0 +1,28 @@
+---
+prelude: |
+ The Ussuri release of the python-cinderclient supports Block Storage
+ API version 2 and Block Storage API version 3 through microversion
+ 3.60. (The maximum microversion of the Block Storage API in the
+ Ussuri release is 3.60.)
+
+ In addition to the features and bugfixes described below, this release
+ includes some documentation updates.
+
+ Note that this release corresponds to a major bump in the version
+ number. See the "Upgrade Notes" section of this document for details.
+
+ Please keep in mind that the minimum version of Python supported by
+ this release is Python 3.6.
+upgrade:
+ - |
+ The ``--bypass-url`` command line argument, having been deprecated in
+ version 2.10, was removed in version 4.0.0. It was replaced by the
+ command line argument ``--os-endpoint`` for consistency with other
+ OpenStack clients. In this release, the initializer functions for
+ client objects no longer recognize ``bypass_url`` as a parameter name.
+ Instead, use ``os_endpoint``. This keeps the cinderclient consistent
+ both internally and with respect to other OpenStack clients.
+fixes:
+ - |
+ Fixed an issue where the ``os_endpoint`` was not being passed to the
+ keystone session as the ``endpoint_override`` argument.