diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-05-26 22:43:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-05-26 22:43:49 +0000 |
| commit | aed5af47a1f4026c10b1d95e992007a181ddc226 (patch) | |
| tree | f34616267d9f5725660552a8f3af9549506b7a7a /doc/source/command-objects | |
| parent | e72d35031610cb96dcd619e60c13e35fc92325d0 (diff) | |
| parent | ba21d463de948697b1e884cae883a0e64a4d35f6 (diff) | |
| download | python-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.rst | 18 |
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 |
