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

Remove section from the Configuration Reference

Change-Id: Id6d2cf67421b4c188735b16fb69edeaca0113d54
Partial-Bug: #1594628
This commit is contained in:
daz 2016-06-21 17:06:38 +10:00
parent 351a1b6307
commit e07b1cf69a
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