Liberty -  Liberty -  Liberty -  Liberty -  Liberty -  Liberty -  Liberty -  Liberty - 

 Support for ISO images

You can load ISO images into the Image service. You can subsequently boot an ISO image using Compute.

 

Procedure 9.1. To load an ISO image to an Image service data store

  1. 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.

  2. Optionally, to confirm the upload in Image Service (glance), run this command:

    Run this command:

    $ glance image-list
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...