diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-07-18 15:14:51 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-07-23 11:26:49 +0800 |
| commit | e31408d2a4c524181c37ef565b021c0b729cbbe3 (patch) | |
| tree | fd4096577a1606bef30620e9b70a6cecc30989b1 /doc/source/command-objects | |
| parent | 9f6148132cc21a6f78b5ebb7c1282b30a309ef8a (diff) | |
| download | python-openstackclient-e31408d2a4c524181c37ef565b021c0b729cbbe3.tar.gz | |
Add options to "volume type list" command
Add "--public" and "--private" options to
"volume type command" in volumev2 (v2 only)
to list optional volume types
Change-Id: I8605990d62116c10d89ce192c14e550657dabee5
Closes-Bug: #1597198
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-type.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst index dfc169cd..9141c9ed 100644 --- a/doc/source/command-objects/volume-type.rst +++ b/doc/source/command-objects/volume-type.rst @@ -71,11 +71,24 @@ List volume types os volume type list [--long] + [--public | --private] .. option:: --long List additional fields in output +.. option:: --public + + List only public types + + *Volume version 2 only* + +.. option:: --private + + List only private types (admin only) + + *Volume version 2 only* + volume type set --------------- |
