summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-21 11:13:18 +0000
committerGerrit Code Review <review@openstack.org>2019-08-21 11:13:18 +0000
commitfd106c77bffecaf81985fa0006ffe147ce7b8ef2 (patch)
tree9b61019c15e3c8f75c392d2643137b0a1c727ecd /releasenotes
parentc4b50a10b3970aaf2d2e675e2fe8fd9b9bd4496b (diff)
parent6a498163e2b0cf1256743d84200a99f840dc9135 (diff)
downloadpython-cinderclient-fd106c77bffecaf81985fa0006ffe147ce7b8ef2.tar.gz
Merge "Add 'is_public' support in '--filters' option"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml13
1 files changed, 13 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