From ba21d463de948697b1e884cae883a0e64a4d35f6 Mon Sep 17 00:00:00 2001 From: Amey Bhide Date: Fri, 22 May 2015 11:24:09 -0700 Subject: 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 --- doc/source/command-objects/image.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--min-disk ] [--min-ram ] + [--container-format ] + [--disk-format ] + [--size ] [--protected | --unprotected] [--public | --private] [--property [...] ] @@ -226,6 +229,21 @@ Set image properties Minimum RAM size needed to boot image, in megabytes +.. option:: --container-format + + Container format of image. + Acceptable formats: ['ami', 'ari', 'aki', 'bare', 'ovf'] + +.. option:: --disk-format + + Disk format of image. + Acceptable formats: ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', + 'vdi', 'iso'] + +.. option:: --size + + Size of image data (in bytes) + .. option:: --protected Prevent image from being deleted -- cgit v1.2.1