summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-08-25 15:23:13 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-09-02 18:53:41 -0400
commitfab6ddf30c4bc0add1551d5de05b9bf336317063 (patch)
treeae4b9c279729de7569204908b158d1728d79594a
parentc3c15f6cb2f50ec5bb2ae561d8fc61f27fae80d2 (diff)
downloadpython-cinderclient-fab6ddf30c4bc0add1551d5de05b9bf336317063.tar.gz
Prepare for Xena cinderclient releasexena-em8.1.0
Includes prelude plus a note for change I524490aa988f. Change-Id: I233faad57c9708cae9544c965fd0d94abdf6d684
-rw-r--r--releasenotes/notes/xena-release-688918a69ada3a58.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/releasenotes/notes/xena-release-688918a69ada3a58.yaml b/releasenotes/notes/xena-release-688918a69ada3a58.yaml
new file mode 100644
index 0000000..3bff19a
--- /dev/null
+++ b/releasenotes/notes/xena-release-688918a69ada3a58.yaml
@@ -0,0 +1,21 @@
+---
+prelude: |
+ The Xena release of the python-cinderclient supports Block Storage
+ API version 3 through microversion 3.66. (The maximum microversion
+ of the Block Storage API in the Xena release is 3.66.)
+upgrade:
+ - |
+ The python-cinderclient no longer supports version 2 of the Block
+ Storage API. The last version of the python-cinderclient supporting
+ that API is the 7.x series.
+features:
+ - |
+ Supports Block Storage API version 3.65, which displays a boolean
+ ``consumes_quota`` field on volume and snapshot detail responses
+ and which allows filtering volume and snapshot list responses using
+ the standard ``--filters [<key=value> [<key=value> ...]]`` option
+ to the ``cinder list`` or ``cinder snapshot-list`` commands.
+
+ Filtering by this field may not always be possible in a cloud.
+ Use the ``cinder list-filters`` command to see what filters are
+ available in the cloud you are using.