diff options
| author | jiahui.qiang <jiahui.qiang@easystack.cn> | 2016-11-13 06:15:13 +0800 |
|---|---|---|
| committer | jiahui.qiang <jiahui.qiang@easystack.cn> | 2016-12-06 06:44:16 +0800 |
| commit | d083ddb12f4b8eb0d72bb4ff60113cd0904d8c1d (patch) | |
| tree | 8e2c9ca0a74a65f52df26fcc41f6444a9aafc70d /doc/source/command-objects | |
| parent | 60370b46f5bbc9d3de7454f8efef4b5eae867a35 (diff) | |
| download | python-openstackclient-d083ddb12f4b8eb0d72bb4ff60113cd0904d8c1d.tar.gz | |
Add --default option to "volume type list"
Add "--default" option to volume v2's "type list"
command, it will show which volume type the volume
service has set as default.
Implements: bp cinder-command-support
Change-Id: Iae7ebc633ebe5554cc88390a84361887ec211fb2
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-type.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst index d93532c7..72422b5c 100644 --- a/doc/source/command-objects/volume-type.rst +++ b/doc/source/command-objects/volume-type.rst @@ -87,7 +87,7 @@ List volume types os volume type list [--long] - [--public | --private] + [--default | --public | --private] .. option:: --long @@ -105,6 +105,12 @@ List volume types *Volume version 2 only* +.. option:: --default + + List the default volume type + + *Volume version 2 only* + volume type set --------------- |
