698ef904fa
Partially implements bp installguide-kilo. Change-Id: Id90aa181973b4726e8a068cf2de7a1e6984f9ff6
26 lines
1.2 KiB
XML
26 lines
1.2 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="section_swift-controller-node.xml"/>
|
|
<xi:include href="section_swift-storage-node.xml"/>
|
|
<xi:include href="section_swift-initial-rings.xml"/>
|
|
<xi:include href="section_swift-finalize-installation.xml"/>
|
|
<xi:include href="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>
|