Create/upload an image
openstack image create
[--id <id>]
[--store <store>]
[--container-format <container-format>]
[--disk-format <disk-format>]
[--size <size>]
[--min-disk <disk-gb>]
[--min-ram <ram-mb>]
[--location <image-url>]
[--copy-from <image-url>]
[--file <file> | --volume <volume>]
[--force]
[--checksum <checksum>]
[--protected | --unprotected]
[--public | --private]
[--property <key=value>]
[--project <project>]
<image-name>
Image ID to reserve
Upload image to this store
Image container format. The supported options are: ami, ari, aki, bare, docker, ova, ovf. The default format is: bare
Image disk format. The supported options are: ami, ari, aki, vhd, vmdk, raw, qcow2, vhdx, vdi, iso, ploop. The default format is: raw
Image size, in bytes (only used with –location and –copy-from)
Minimum disk size needed to boot image, in gigabytes
Minimum RAM size needed to boot image, in megabytes
Download image from an existing URL
Copy image from the data store (similar to –location)
Upload image from local file
Create image from a volume
Force image creation if volume is in use (only meaningful with –volume)
Image hash used for verification
Prevent image from being deleted
Allow image to be deleted (default)
Image is accessible to the public
Image is inaccessible to the public (default)
Set a property on this image (repeat option to set multiple properties)
Set an alternate project on this image (name or ID)
New image name
Delete image(s)
openstack image delete <image> [<image> ...]
Image(s) to delete (name or ID)
List available images
openstack image list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--public | --private]
[--property <key=value>]
[--long]
[--sort <key>[:<direction>]]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List only public images
List only private images
Filter output based on property
List additional fields in output
Sort output by selected keys and directions(asc or desc) (default: name:asc), multiple keys and directions can be specified separated by comma
Save an image locally
openstack image save [--file <filename>] <image>
Downloaded image save filename (default: stdout)
Image to save (name or ID)
Set image properties
openstack image set
[--name <name>]
[--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>]
[--store <store>]
[--location <image-url>]
[--copy-from <image-url>]
[--file <file>]
[--volume <volume>]
[--force]
[--stdin]
[--checksum <checksum>]
[--project <project>]
<image>
New image name
Minimum disk size needed to boot image, in gigabytes
Minimum RAM size needed to boot image, in megabytes
Image container format. The supported options are: ami, ari, aki, bare, docker, ova, ovf
Image disk format. The supported options are: ami, ari, aki, vhd, vmdk, raw, qcow2, vhdx, vdi, iso, ploop.
Size of image data (in bytes)
Prevent image from being deleted
Allow image to be deleted (default)
Image is accessible to the public
Image is inaccessible to the public (default)
Set a property on this image (repeat option to set multiple properties)
Upload image to this store
Download image from an existing URL
Copy image from the data store (similar to –location)
Upload image from local file
Create image from a volume
Force image change if volume is in use (only meaningful with –volume)
Read image data from standard input
Image hash used for verification
Set an alternate project on this image (name or ID)
Image to modify (name or ID)
Display image details
openstack image show [--human-readable] <image>
Print image size in a human-friendly format.
Image to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.