summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-26 22:43:49 +0000
committerGerrit Code Review <review@openstack.org>2015-05-26 22:43:49 +0000
commitaed5af47a1f4026c10b1d95e992007a181ddc226 (patch)
treef34616267d9f5725660552a8f3af9549506b7a7a /doc/source/command-objects
parente72d35031610cb96dcd619e60c13e35fc92325d0 (diff)
parentba21d463de948697b1e884cae883a0e64a4d35f6 (diff)
downloadpython-openstackclient-aed5af47a1f4026c10b1d95e992007a181ddc226.tar.gz
Merge "Add missing properties to image set command"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/image.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/command-objects/image.rst b/doc/source/command-objects/image.rst
index 83036a64..18658651 100644
--- a/doc/source/command-objects/image.rst
+++ b/doc/source/command-objects/image.rst
@@ -205,6 +205,9 @@ Set image properties
[--owner <project>]
[--min-disk <disk-gb>]
[--min-ram <disk-ram>]
+ [--container-format <container-format>]
+ [--disk-format <disk-format>]
+ [--size <size>]
[--protected | --unprotected]
[--public | --private]
[--property <key=value> [...] ]
@@ -226,6 +229,21 @@ Set image properties
Minimum RAM size needed to boot image, in megabytes
+.. option:: --container-format <container-format>
+
+ Container format of image.
+ Acceptable formats: ['ami', 'ari', 'aki', 'bare', 'ovf']
+
+.. option:: --disk-format <disk-format>
+
+ Disk format of image.
+ Acceptable formats: ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2',
+ 'vdi', 'iso']
+
+.. option:: --size <size>
+
+ Size of image data (in bytes)
+
.. option:: --protected
Prevent image from being deleted