e77dbe04ac
We do not need these namespaces like xmlns:svg and xmlns:html anywhere, remove the declarations. Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
21 lines
1.1 KiB
XML
21 lines
1.1 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>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="section_image-service-backend-vmware.xml"/>
|
|
</section>
|