f56cc33a06
Post-install steps section is an old label from the rpevious install guide layout. This change bring swifts in-line with other parts of the guide, which use the new layout. Existing content labels do not change, meaning they are still searchable and linkable as before, but an htaccess modification was added for the index page. Change-Id: I8ac3f93b70928f5ce07203ff30a5d59fb927d72e
21 lines
1.4 KiB
XML
21 lines
1.4 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>Add 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, you must have already installed the Identity Service, also known as Keystone.</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-verifying-install.xml" />
|
|
<xi:include href="object-storage/section_object-storage-adding-proxy-server.xml" />
|
|
</chapter>
|