File: adding-option-is-public-to-type-list-9a16bd9c2b8eb65a.yaml

package info (click to toggle)
python-cinderclient 1%3A9.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,828 kB
  • sloc: python: 18,009; makefile: 94; sh: 25
file content (13 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
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