summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-01-28 05:11:29 +0000
committerGerrit Code Review <review@openstack.org>2015-01-28 05:11:29 +0000
commitc3aad41341ac2d5f22fa85655c42ea3a4adedd06 (patch)
tree8a67e812f164634ff494dbe34fcc5070fceda33b /doc/source
parent2c03f6f42fc17ca145e527cc87a7c2e7043e32c7 (diff)
parent4ff020006ebc96348822f50c5b484ee45e5f1b41 (diff)
downloadpython-openstackclient-c3aad41341ac2d5f22fa85655c42ea3a4adedd06.tar.gz
Merge "Add the ability to extend volumes in `osc volume set`"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/command-objects/volume.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume.rst b/doc/source/command-objects/volume.rst
index 2eec2d7b..0b2e0db6 100644
--- a/doc/source/command-objects/volume.rst
+++ b/doc/source/command-objects/volume.rst
@@ -134,6 +134,7 @@ Set volume properties
os volume set
[--name <name>]
[--description <description>]
+ [--size <size>]
[--property <key=value> [...] ]
<volume>
@@ -145,6 +146,10 @@ Set volume properties
New volume description
+.. option:: --size <size>
+
+ Extend volume size in GB
+
.. option:: --property <key=value>
Property to add or modify for this volume (repeat option to set multiple properties)