summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-29 13:22:10 +0000
committerGerrit Code Review <review@openstack.org>2016-03-29 13:22:10 +0000
commit8233b923f1cf8b917a0fafefd727477720c7ae77 (patch)
tree95a83b23cae1515b072b9a85c5e22b942dc5186f /doc/source/command-objects
parent62a6a497bd757575f5192c27925d1e54e65dadcc (diff)
parentb4402a0468ac1362f0928b37d5c7da54313c7668 (diff)
downloadpython-openstackclient-8233b923f1cf8b917a0fafefd727477720c7ae77.tar.gz
Merge "Docs cleanup: volume type"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/volume-type.rst27
1 files changed, 24 insertions, 3 deletions
diff --git a/doc/source/command-objects/volume-type.rst b/doc/source/command-objects/volume-type.rst
index 8a113847..69944fb9 100644
--- a/doc/source/command-objects/volume-type.rst
+++ b/doc/source/command-objects/volume-type.rst
@@ -20,7 +20,7 @@ Create new volume type
.. option:: --description <description>
- New volume type description
+ Volume type description
.. versionadded:: 2
@@ -40,9 +40,10 @@ Create new volume type
Set a property on this volume type (repeat option to set multiple properties)
+.. _volume_type_create-name:
.. describe:: <name>
- New volume type name
+ Volume type name
volume type delete
------------------
@@ -55,6 +56,7 @@ Delete volume type
os volume type delete
<volume-type>
+.. _volume_type_delete-volume-type:
.. describe:: <volume-type>
Volume type to delete (name or ID)
@@ -102,12 +104,30 @@ Set volume type properties
.. option:: --property <key=value>
- Property to add or modify for this volume type (repeat option to set multiple properties)
+ Set a property on this volume type (repeat option to set multiple properties)
+.. _volume_type_set-volume-type:
.. describe:: <volume-type>
Volume type to modify (name or ID)
+volume type show
+----------------
+
+Display volume type details
+
+
+.. program:: volume type show
+.. code:: bash
+
+ os volume type show
+ <volume-type>
+
+.. _volume_type_show-volume-type:
+.. describe:: <volume-type>
+
+ Volume type to display (name or ID)
+
volume type unset
-----------------
@@ -124,6 +144,7 @@ Unset volume type properties
Property to remove from volume type (repeat option to remove multiple properties)
+.. _volume_type_unset-volume-type:
.. describe:: <volume-type>
Volume type to modify (name or ID)