Image v1, v2
Only supported for Image v1
Create/upload an image
os image create
[--id <id>]
[--store <store>]
[--container-format <container-format>]
[--disk-format <disk-format>]
[--owner <project>]
[--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> [...] ]
<image-name>
Image ID to reserve
Upload image to this store
Image container format (default: bare)
Image disk format (default: raw)
Image owner project name or ID
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 for multiple values)
New image name
List available images
os image list
[--public | --private | --shared]
[--property <key=value>]
[--long]
[--sort <key>[:<direction>]]
List only public images
List only private images
List only shared images
Image version 2 only.
Filter output based on property
List additional fields in output
Sort output by selected keys and directions(asc or desc) (default: asc), multiple keys and directions can be specified separated by comma
Save an image locally
os image save
--file <filename>
<image>
Downloaded image save filename (default: stdout)
Image to save (name or ID)
Only supported for Image v1
Set image properties
os image set
[--name <name>]
[--owner <project>]
[--min-disk <disk-gb>]
[--min-ram <disk-ram>]
[--protected | --unprotected]
[--public | --private]
[--property <key=value> [...] ]
<image>
New image name
New image owner project (name or ID)
Minimum disk size needed to boot image, in gigabytes
Minimum RAM size needed to boot image, in megabytes
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 for multiple values)
Image to modify (name or ID)