dcfb255c55
After moving the swift system requirements and example architecture to the overview chapter, I think we can safely remove references to the defunct sections in the swift chapter. A future patch will remove the defunct files. Also improved some phrasing/wording. Change-Id: I364f6d21dafbed22990bafb53c828b8e54775f85 Partial-Bug: #1389382 backport: juno
31 lines
1.3 KiB
XML
31 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>Add Object Storage</title>
|
|
<para>The OpenStack Object Storage services (swift) work together to
|
|
provide object storage and retrieval through a
|
|
<glossterm baseform="RESTful">REST</glossterm> API. Your environment
|
|
must at least include the Identity service (keystone) prior to
|
|
deploying Object Storage.</para>
|
|
<xi:include href="../common/section_getstart_object-storage.xml"/>
|
|
<xi:include
|
|
href="object-storage/section_swift-controller-node.xml"/>
|
|
<xi:include
|
|
href="object-storage/section_swift-storage-node.xml"/>
|
|
<xi:include
|
|
href="object-storage/section_swift-initial-rings.xml"/>
|
|
<xi:include
|
|
href="object-storage/section_swift-finalize-installation.xml"/>
|
|
<xi:include
|
|
href="object-storage/section_swift-verify.xml"/>
|
|
<section xml:id="section_swift_next_steps">
|
|
<title>Next steps</title>
|
|
<para>Your OpenStack environment now includes Object Storage. You can
|
|
<link linkend="launch-instance">launch an instance</link> or add more
|
|
services to your environment in the following chapters.</para>
|
|
</section>
|
|
</chapter>
|