summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml13
-rw-r--r--releasenotes/notes/bug-1826286-c9b68709a0d63d06.yaml9
-rw-r--r--releasenotes/notes/remove-replv1-cli-61d5722438f888b6.yaml4
3 files changed, 26 insertions, 0 deletions
diff --git a/releasenotes/notes/adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml b/releasenotes/notes/adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml
new file mode 100644
index 0000000..4f85a31
--- /dev/null
+++ b/releasenotes/notes/adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml
@@ -0,0 +1,13 @@
+---
+upgrade:
+ - |
+ Adding ``is_public`` support in ``--filters`` option for ``type-list``
+ and ``group-type-list`` command.
+ This option is used to filter volume types and group types on the basis
+ of visibility.
+ This option has 3 possible values : True, False, None with details as
+ follows :
+
+ * True: List public types only
+ * False: List private types only
+ * None: List both public and private types
diff --git a/releasenotes/notes/bug-1826286-c9b68709a0d63d06.yaml b/releasenotes/notes/bug-1826286-c9b68709a0d63d06.yaml
new file mode 100644
index 0000000..dec2def
--- /dev/null
+++ b/releasenotes/notes/bug-1826286-c9b68709a0d63d06.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ The ``discover_version`` function in the ``cinderclient.api_versions``
+ module was documented to return the most recent API version supported
+ by both the client and the target Block Storage API endpoint, but it
+ was not taking into account the highest API version supported by the
+ client. Its behavior has been corrected in this release.
+ [Bug `1826286 <https://bugs.launchpad.net/bugs/1826286>`_]
diff --git a/releasenotes/notes/remove-replv1-cli-61d5722438f888b6.yaml b/releasenotes/notes/remove-replv1-cli-61d5722438f888b6.yaml
new file mode 100644
index 0000000..9aa9f5c
--- /dev/null
+++ b/releasenotes/notes/remove-replv1-cli-61d5722438f888b6.yaml
@@ -0,0 +1,4 @@
+---
+prelude: >
+ The replication v1 have been removed from cinder, the volume promote/reenable
+ replication on the command line have now been removed.