
removed extra space before uses added the before default, lowercase default added the before cells in 3 places reformatted options with <option> tag reformatted lists as variable lists cleaned up some grammatical errors cleaned up some capitalization problems Change-Id: I23e34dad83288164a90995277fcfa1db00b2bf21
44 lines
1.5 KiB
XML
44 lines
1.5 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">
|
|
<title>Configure back ends</title>
|
|
<para>The Image Service supports several back ends for storing
|
|
virtual machine images:<itemizedlist>
|
|
<listitem>
|
|
<para>OpenStack Block Storage (cinder)</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>A directory on a local file system</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>GridFS</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Ceph RBD</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Amazon S3</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Sheepdog</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>OpenStack Object Storage (swift)</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>VMWare ESX</para>
|
|
</listitem>
|
|
</itemizedlist> 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="section_image-service-backend-vmware.xml"/>
|
|
</section>
|