d99744c3df
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I95a6f36d6887af952257a800e3359d53ac1f895a
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
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_admin-openstack-object-storage">
|
|
<title>Object Storage</title>
|
|
<xi:include href="../common/section_objectstorage-intro.xml"/>
|
|
<xi:include href="../common/section_objectstorage-features.xml"/>
|
|
<xi:include href="../common/section_objectstorage-characteristics.xml"/>
|
|
<xi:include href="../common/section_objectstorage-components.xml"/>
|
|
<xi:include href="../common/section_objectstorage-ringbuilder.xml"/>
|
|
<xi:include href="../common/section_objectstorage-arch.xml"/>
|
|
<xi:include href="../common/section_objectstorage-replication.xml"/>
|
|
<xi:include href="../common/section_objectstorage-account-reaper.xml"/>
|
|
<xi:include href="../common/section_objectstorage_tenant-specific-image-storage.xml"/>
|
|
<xi:include href="section_object-storage-monitoring.xml"/>
|
|
<xi:include href="section_object-storage-admin.xml"/>
|
|
<xi:include href="../common/section_objectstorage-troubleshoot.xml"/>
|
|
</chapter>
|