openstack-manuals/doc/install-guide/ch_cinder.xml
Nicholas Chase 965a71e313 Move "Launch an Instance" to end of Install Guide
Moved the "Launch an Instance" section to the bottom of the
install guide, to prevent readers from having to jump around
from later chapters.  Also added a note at the end of every
chapter, starting with the Networking chapter, letting them
know that they can launch an instance or add additional
features.

Change-Id: Ie356370bb1a1efa28e36f8f2e25fdc3fff8b35d6
Implements: networking-install-guide-improvements
Closes-Bug: 1301180
2014-04-08 21:31:34 -06:00

25 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_cinder">
<title>Add the Block Storage service</title>
<para>The OpenStack Block Storage service works through the
interaction of a series of daemon processes named <systemitem
role="process">cinder-*</systemitem> that reside persistently on
the host machine or machines. You can run the binaries from a
single node or across multiple nodes. You can also run them on the
same node as other OpenStack services. The following sections
introduce Block Storage service components and concepts and show
you how to configure and install the Block Storage service.</para>
<xi:include href="../common/section_getstart_block-storage.xml"/>
<xi:include href="section_cinder-controller.xml"/>
<xi:include href="section_cinder-node.xml"/>
<section xml:id="section_cinder_next_steps">
<title>Next steps</title>
<para>Your OpenStack environment now includes Block 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>