--name
NAME |
The name of the image.
|
--disk-format
DISK_FORMAT |
The disk format of the image.
Acceptable formats are ami, ari, aki,
vhd, vmdk, raw, qcow2, vdi, and
iso.
|
--container-format
CONTAINER_FORMAT |
The container format of the image.
Acceptable formats are ami, ari, aki,
bare, and ovf.
|
--owner
TENANT_ID |
The tenant who should own the
image.
|
--size
SIZE |
The size of image data, in
bytes.
|
--min-disk
DISK_GB |
The minimum size of disk needed to
boot image, in gigabytes.
|
--min-ram
DISK_RAM |
The minimum amount of ram needed to
boot image, in megabytes.
|
--location
IMAGE_URL |
The URL where the data for this
image resides. For example, if the
image data is stored in swift, you
could specify
swift://account:key@example.com/container/obj.
|
--file
FILE |
Local file that contains disk image
to be uploaded during update.
Alternatively, you can pass images to
the client through stdin.
|
--checksum
CHECKSUM |
Hash of image data to use for
verification.
|
--copy-from
IMAGE_URL |
Similar to
--location
in usage, but indicates that the
Image server should immediately copy
the data and store it in its
configured image store.
|
--is-public
[True|False] |
Makes an image accessible to the
public.
|
--is-protected
[True|False] |
Prevents an image from being
deleted.
|
--property
KEY=VALUE |
Arbitrary property to associate with
image. Can be used multiple
times.
|
--purge-props |
Deletes all image properties that
are not explicitly set in the update
request. Otherwise, those properties
not referenced are preserved.
|
--human-readable |
Prints image size in a
human-friendly format.
|