summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-08-07 05:00:18 +0000
committerGerrit Code Review <review@openstack.org>2015-08-07 05:00:18 +0000
commit35833c94efd27a497f4dffbdbd17329a6e65cd2a (patch)
treeb2a6508d3e7f090d019b149927d8f31066a8dda4 /doc/source/command-objects
parent8affa0d1c331077a35e6de6fffa154a684184bac (diff)
parent429ceef0c6c9deff521905c149e7600ffa5334ba (diff)
downloadpython-openstackclient-35833c94efd27a497f4dffbdbd17329a6e65cd2a.tar.gz
Merge "Add set feature to volume type v2"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume-type.rst18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst
index 4d5651ac..0edd742a 100644
--- a/doc/source/command-objects/volume-type.rst
+++ b/doc/source/command-objects/volume-type.rst
@@ -77,17 +77,29 @@ List volume types
volume type set
---------------
-*Only supported for Volume API v1*
-
Set volume type properties
.. program:: volume type set
.. code:: bash
os volume type set
+ [--name <name>]
+ [--description <description>]
[--property <key=value> [...] ]
<volume-type>
+.. option:: --name <name>
+
+ Set volume type name
+
+ .. versionadded:: 2
+
+.. option:: --description <description>
+
+ Set volume type description
+
+ .. versionadded:: 2
+
.. option:: --property <key=value>
Property to add or modify for this volume type (repeat option to set multiple properties)
@@ -99,8 +111,6 @@ Set volume type properties
volume type unset
-----------------
-*Only supported for Volume API v1*
-
Unset volume type properties
.. program:: volume type unset