summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-09-14 08:30:20 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-09-16 12:35:46 +0000
commit5026a8add385b894d699f42a4e749b02dc11b297 (patch)
tree8328fdbc01e2d3095b3c79e83828f8832dfff683
parent7ee7d376a19cebbf7d8bc6d273f7e7daba552526 (diff)
downloadpython-cinderclient-5026a8add385b894d699f42a4e749b02dc11b297.tar.gz
Add note for Victoria release
Change-Id: If948b069a52f3a4fc9d2464b86652fc523e8af53
-rw-r--r--releasenotes/notes/victoria-release-0d9c2b43845c3d9e.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-release-0d9c2b43845c3d9e.yaml b/releasenotes/notes/victoria-release-0d9c2b43845c3d9e.yaml
new file mode 100644
index 0000000..485513f
--- /dev/null
+++ b/releasenotes/notes/victoria-release-0d9c2b43845c3d9e.yaml
@@ -0,0 +1,11 @@
+---
+prelude: |
+ The Victoria release of the python-cinderclient supports Block Storage
+ API version 2 and Block Storage API version 3 through microversion
+ 3.62. (The maximum microversion of the Block Storage API in the
+ Victoria release is 3.62.)
+features:
+ - |
+ Added support to display the ``cluster_name`` attribute in volume
+ detail output for admin users with Block Storage API version 3.61
+ and higher.