summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-12 16:49:21 +0000
committerGerrit Code Review <review@openstack.org>2021-03-12 16:49:21 +0000
commitf7eb39500bea4ed4a535bf1c85373639ab262db5 (patch)
tree0686610ccec61bd7f78c71effd31e92b1377357d
parenta933a69e8757c651f5ee84eccb2d119c9d174f8f (diff)
parent900630d8b997d498684f2eff0d2c9c06024deb5e (diff)
downloadpython-cinderclient-f7eb39500bea4ed4a535bf1c85373639ab262db5.tar.gz
Merge "Add note for Wallaby release"7.4.0
-rw-r--r--releasenotes/notes/wallaby-release-2535df50cc307fea.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/wallaby-release-2535df50cc307fea.yaml b/releasenotes/notes/wallaby-release-2535df50cc307fea.yaml
new file mode 100644
index 0000000..4943b87
--- /dev/null
+++ b/releasenotes/notes/wallaby-release-2535df50cc307fea.yaml
@@ -0,0 +1,16 @@
+---
+prelude: |
+ The Wallaby release of the python-cinderclient supports Block Storage
+ API version 2 and Block Storage API version 3 through microversion
+ 3.64. (The maximum microversion of the Block Storage API in the
+ Wallaby release is 3.64.)
+features:
+ - |
+ Added support to display the ``volume_type_id`` attribute in volume
+ detail output when used with Block Storage API microversion 3.63 and
+ higher.
+ - |
+ Added support to display the ``encryption_key_id`` attribute in
+ volume detail and backup detail output when used with Block Storage
+ API microversion 3.64 and higher.
+