20615f9395
Change-Id: I93c900718bcf5c5875687d4ddd3a993da3832d71
19 lines
995 B
XML
19 lines
995 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="ch_glance">
|
|
<title>Configuring the Image Service</title>
|
|
<para>The OpenStack Image service provides users the ability to discover,
|
|
register, and retrieve virtual machine images. Also known as
|
|
the glance project, the Image service offers a REST API that
|
|
allows querying of virtual machine image metadata as well as
|
|
retrieval of the actual image. Virtual machine images made
|
|
available through the Image service can be stored in a variety
|
|
of locations from simple filesystems to object-storage systems
|
|
like the OpenStack Object Storage service.</para>
|
|
<xi:include href="../common/section_getstart_image.xml"/>
|
|
<xi:include href="section_glance-install.xml"/>
|
|
<xi:include href="section_glance-verify.xml"/>
|
|
</chapter>
|