openstack-manuals/doc/install-guide/ch_swift.xml
annegentle 679dc9bfd5 Adds to swift install chapter
Updates from grizzly doc

TF Changes:
* link in object storage overview for architecture
* remove references to auth node and swauth

Updates markup and addresses review comments

Change-Id: I42b87f019361408a55c2b77d0c9778351ce997d8
2013-10-11 17:23:58 +02:00

19 lines
1.3 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_swift">
<title>Adding Object Storage</title>
<para>The OpenStack Object Storage services work together to provide object storage and retrieval through a REST API. For this example architecture, it's assumed you have the Identity Service (keystone) installed already.</para>
<xi:include href="../common/section_getstart_object-storage.xml" />
<xi:include href="object-storage/section_object-storage-sys-requirements.xml" />
<xi:include href="object-storage/section_object-storage-network-planning.xml" />
<xi:include href="object-storage/section_object-storage-example-install-arch.xml" />
<xi:include href="object-storage/section_object-storage-install.xml" />
<xi:include href="object-storage/section_object-storage-install-config-storage-nodes.xml" />
<xi:include href="object-storage/section_object-storage-install-config-proxy-node.xml" />
<xi:include href="object-storage/section_start-storage-node-services.xml" />
<xi:include href="object-storage/section_object-storage-post-install.xml" />
</chapter>