diff options
| author | TommyLike <tommylikehu@gmail.com> | 2018-03-14 15:18:55 +0800 |
|---|---|---|
| committer | TommyLike <tommylikehu@gmail.com> | 2018-05-02 10:25:27 +0800 |
| commit | 5a1513244caf7acbd41e181419bc8b62bf4bcaba (patch) | |
| tree | 139c3b3e71b6eeb6c56006c6e9ae9af56aafa361 /doc/source/cli | |
| parent | bd712fa0cac8ce4cdcd435fb083160be15efb694 (diff) | |
| download | python-cinderclient-5a1513244caf7acbd41e181419bc8b62bf4bcaba.tar.gz | |
Support availability-zone in volume type
Since 3.52, new option '--filters' has been
added to 'type-list' command, and it's only
valid for administrator.
Change-Id: I140f6d61a2747d4fcaabfbccea864dcc7eb841d1
Depends-On: I4e6aa7af707bd063e7edf2b0bf28e3071ad5c67a
Partial-Implements: bp support-az-in-volumetype
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/details.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/cli/details.rst b/doc/source/cli/details.rst index 351ee9b..87e18f5 100644 --- a/doc/source/cli/details.rst +++ b/doc/source/cli/details.rst @@ -4341,11 +4341,18 @@ cinder type-list .. code-block:: console - usage: cinder type-list + usage: cinder type-list [--filters <key=value> [<key=value> ...]] Lists available 'volume types'. (Only admin and tenant users will see private types) +**Optional arguments:** + +``--filters [<key=value> [<key=value> ...]]`` + Filter key and value pairs. Please use 'cinder list-filters' + to check enabled filters from server, Default=None. + (Supported by API version 3.52 and later) + .. _cinder_type-show: cinder type-show |
