Images service CLI reference¶
See https://docs.openstack.org/ocata/cli-reference/glance.html
These commands allow you to perform various operations on images, such as listing available images, creating new images, updating image metadata, and managing image tags. The <image_id_or_name>
parameter can be either the ID or the name of the image, and you may need to provide additional options depending on the command and your specific requirements.
List images¶
Show image details¶
Create an image¶
Bash
openstack image create --file <image_file> --disk-format <format> --container-format <format> <image_name>