Merge "[config-ref] Remove "Support for ISO images" section"

This commit is contained in:
Jenkins 2016-06-23 21:41:29 +00:00 committed by Gerrit Code Review
commit 22856b7773
2 changed files with 0 additions and 29 deletions
doc/config-reference/source

@ -6,7 +6,6 @@ Image service
image-service/image_service_api.rst
image-service/image_service_rpc.rst
image-service/image_service_ISO_support.rst
image-service/image_service_backends.rst
image-service/logs.rst
image-service/sample-configuration-files.rst

@ -1,28 +0,0 @@
======================
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:
.. code-block:: console
$ glance image-create --name "my-image.iso" \
--copy-from IMAGE_URL \
--is-public True --container-format bare --disk-format iso
In this command, ``my-image.iso`` is the name for the ISO image after
it is loaded to the Image service, and ``IMAGE_URL`` is a remote
location with the URL of the source ISO image.
Optionally, to confirm the upload in Image service (glance), run this
command:
.. code-block:: console
$ glance image-list