diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-01-28 05:11:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-01-28 05:11:29 +0000 |
| commit | c3aad41341ac2d5f22fa85655c42ea3a4adedd06 (patch) | |
| tree | 8a67e812f164634ff494dbe34fcc5070fceda33b /doc/source/command-objects | |
| parent | 2c03f6f42fc17ca145e527cc87a7c2e7043e32c7 (diff) | |
| parent | 4ff020006ebc96348822f50c5b484ee45e5f1b41 (diff) | |
| download | python-openstackclient-c3aad41341ac2d5f22fa85655c42ea3a4adedd06.tar.gz | |
Merge "Add the ability to extend volumes in `osc volume set`"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume.rst | 5 |
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) |
