changes to lab001-control-node

changed provide to be
removed extra :
no comma needed after debug
changed provide to be
canonical to caps
web based hyphen added

Change-Id: I0fe859439e119c921526c92d878f3778c81366aa
This commit is contained in:
Shilla Saebi
2014-02-28 18:00:01 -05:00
committed by Andreas Jaeger
parent f96a71db59
commit 46084dc2e5

View File

@@ -438,26 +438,29 @@ connection = mysql://neutronUser:neutronPass@10.10.10.51/neutron</programlisting
<para>Nova is the project name for OpenStack Compute, a cloud computing fabric controller, the main part of an IaaS system.
Individuals and organizations can use Nova to host and manage their own cloud computing systems. Nova originated as a project out of NASA Ames Research
Laboratory.</para>
<para>Nova is written with the following design guidelines in mind</para>
<para>Nova is written with the following design guidelines in mind:</para>
<itemizedlist>
<listitem>
<para>Component based architecture: Quickly adds new behaviors</para>
<para>Component based architecture: Quickly adds new behaviors.</para>
</listitem>
<listitem>
<para>Highly available: Scales to very serious workloads</para>
<para>Highly available: Scales to very serious workloads.</para>
</listitem>
<listitem>
<para>Fault-Tolerant: Isolated processes avoid cascading failures</para>
<para>Fault-Tolerant: Isolated processes avoid cascading failures.</para>
</listitem>
<listitem>
<para>Recoverable: Failures should be easy to diagnose, debug, and rectify</para>
<para>Recoverable: Failures should be easy to diagnose, debug,
and rectify.</para>
</listitem>
<listitem>
<para>Open standards: Be a reference implementation for a community-driven api
<para>Open standards: Be a reference implementation for a
community-driven api.
</para>
</listitem>
<listitem>
<para>API Compatibility: Nova strives to provide API-compatible with popular systems like Amazon EC2
<para>API compatibility: Nova strives to be API-compatible with
popular systems like Amazon EC2.
</para>
</listitem>
<listitem>
@@ -556,7 +559,9 @@ osapi_volume_listen_port=5900</programlisting>
</para>
</listitem>
<listitem>
<para>Check for the smiling faces on nova-* services to confirm your installation::</para>
<para>Check for the smiling faces on <systemitem
class="service">nova-*</systemitem> services to confirm your
installation:</para>
<para>
<screen><prompt>#</prompt> <userinput>nova-manage service list</userinput></screen>
</para>
@@ -566,23 +571,26 @@ osapi_volume_listen_port=5900</programlisting>
<para>Cinder is an OpenStack project to provide “block storage as a service”.</para>
<itemizedlist>
<listitem>
<para>Component based architecture: Quickly adds new behavior</para>
<para>Component based architecture: Quickly adds new behavior.</para>
</listitem>
<listitem>
<para>Highly available: Scales to very serious workloads</para>
<para>Highly available: Scales to very serious workloads.</para>
</listitem>
<listitem>
<para>Fault-Tolerant: Isolated processes avoid cascading failures</para>
<para>Fault-Tolerant: Isolated processes avoid cascading failures.</para>
</listitem>
<listitem>
<para>Recoverable: Failures should be easy to diagnose, debug, and rectify</para>
<para>Recoverable: Failures should be easy to diagnose, debug
and rectify.</para>
</listitem>
<listitem>
<para>Open Standards: Be a reference implementation for a community-driven API
<para>Open standards: Be a reference implementation for a
community-driven API.
</para>
</listitem>
<listitem>
<para>API Compatibility: Cinder strives to provide API-compatible with popular systems like Amazon EC2
<para>API compatibility: Cinder strives to be API-compatible
with popular systems like Amazon EC2.
</para>
</listitem>
<listitem>
@@ -683,7 +691,7 @@ rabbit_port = 5672</programlisting>
</listitem>
</itemizedlist>
<para><emphasis role="bold">Horizon</emphasis></para>
<para>Horizon is the canonical implementation of OpenStacks dashboard, which provides a web based user interface to OpenStack services including Nova, Swift, Keystone, etc.</para>
<para>Horizon is the canonical implementation of OpenStacks dashboard, which provides a web-based user interface to OpenStack services including Nova, Swift, Keystone, etc.</para>
<itemizedlist>
<listitem>
<para>To install Horizon, proceed with the following steps:</para>