Adds introductory text about the Image service for Install Guide

Change-Id: I93c900718bcf5c5875687d4ddd3a993da3832d71
This commit is contained in:
annegentle 2013-10-09 10:49:55 -05:00
parent 2331caf926
commit 20615f9395
2 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<section 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="image-service">
<title>Image Service</title>
xml:id="image-service-overview">
<title>Image Service Overview</title>
<para>The Image Service includes the following
components:</para>
<itemizedlist>

View File

@ -4,9 +4,15 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="ch_glance">
<title>Configuring the Image Service</title>
<para><!--FIXME: Add either intro text or a Concepts section--></para>
<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>