summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/image.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/command-objects/image.rst')
-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