openstack-manuals/doc/config-reference/image-service/section_image-service-backends.xml
Tom Fifield a0d4d77dd3 Install fixes, from following the guide.
Some installation guide fixes that appeared when following the install
guide for Ubuntu 12.04
* Add a lead in to the start of the clients chapter
* Allow the glance install to refer to other backends
* Move config file edit commands together in nova controller

Change-Id: I280a95d5d2d71a8d86d51db1fa2a0d5151dbfc74
2014-04-01 11:36:17 -05:00

25 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section version="5.0" xml:id="configuring-image-service-backends"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:ns5="http://www.w3.org/1999/xhtml"
xmlns:ns4="http://www.w3.org/2000/svg"
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
xmlns:ns="http://docbook.org/ns/docbook">
<title>Configuring Backends</title>
<para>The image service supports several different backends
for storing virtual machine images, including Cinder, a directory on a
local file system, GridFS, Ceph RBD, Amazon S3, Sheepdog, OpenStack Object
Storage or VMWare ESX. The following tables detail the options available
for each.</para>
<xi:include href="../../common/tables/glance-cinder.xml"/>
<xi:include href="../../common/tables/glance-filesystem.xml"/>
<xi:include href="../../common/tables/glance-gridfs.xml"/>
<xi:include href="../../common/tables/glance-rbd.xml"/>
<xi:include href="../../common/tables/glance-s3.xml"/>
<xi:include href="../../common/tables/glance-sheepdog.xml"/>
<xi:include href="../../common/tables/glance-swift.xml"/>
<xi:include href="../../common/tables/glance-vmware.xml"/>
</section>