Support for ISO images
You can load ISO images into the Image service. You can
subsequently boot an ISO image using Compute.
To load an ISO image to an Image service data
store
In the Image service, run the following
command:
$ glance image-create --name "ubuntu-14.04.2-server-amd64.iso" \
--copy-from http://releases.ubuntu.com/14.04.2/ubuntu-14.04.2-server-amd64.iso \
--is-public True --container-format bare --disk-format iso
In this command, ubuntu.iso is
the name for the ISO image after it is
loaded to the Image service, and
ubuntu-14.04.2-server-amd64.iso
is the name of the source ISO image.
Optionally, to confirm the upload in Image Service (glance), run this command: Run this command:
$ glance image-list