diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-18 12:20:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-18 12:20:28 +0000 |
| commit | cc4ede88e929f26b152254cf8f8ffff80a18d89e (patch) | |
| tree | 2e082fec33552853366729179d30fa79658436de /doc/source/command-objects | |
| parent | 3ff713fd57e6439dc1ebce6935d72c5e794aa839 (diff) | |
| parent | d083ddb12f4b8eb0d72bb4ff60113cd0904d8c1d (diff) | |
| download | python-openstackclient-cc4ede88e929f26b152254cf8f8ffff80a18d89e.tar.gz | |
Merge "Add --default option to "volume type list""
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 --------------- |
