diff options
| author | Amey Bhide <abhide@vmware.com> | 2015-05-22 11:24:09 -0700 |
|---|---|---|
| committer | Amey Bhide <abhide@vmware.com> | 2015-05-25 22:49:55 -0700 |
| commit | ba21d463de948697b1e884cae883a0e64a4d35f6 (patch) | |
| tree | 3f526963f6dde9a9320a1d8e6e48bc48f2fc3f86 /doc/source/command-objects | |
| parent | 61cfebb8aa7c20dd8ae5f4a79f57fbb3c38fd104 (diff) | |
| download | python-openstackclient-ba21d463de948697b1e884cae883a0e64a4d35f6.tar.gz | |
Add missing properties to image set command
Enable user to update the following image properties from OSC:
container-format, disk-format, size
Closes-Bug: #1446362
Change-Id: Id9f40f15702e8f14f0327a37fcc7d7971338c258
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 |
