Merge "Rewording and typo fix in Logical Arch section"

This commit is contained in:
Jenkins 2014-02-11 17:55:14 +00:00 committed by Gerrit Code Review
commit eb6a27bdc4

View File

@ -3,18 +3,16 @@
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="logical-architecture"> xml:id="logical-architecture">
<title>Logical architecture</title> <title>Logical architecture</title>
<para>To design, install, and configure a cloud, cloud <para>To design, deploy, and configure OpenStack, administrators must understand the logical architecture.</para>
administrators must understand the logical architecture.</para>
<para>OpenStack modules are one of the following types:</para> <para>OpenStack modules are one of the following types:</para>
<itemizedlist role="compact"> <itemizedlist role="compact">
<listitem> <listitem>
<para>Daemon. Runs as a daemon. On Linux platforms, a daemon is <para>Daemon. Runs as a background process. On Linux platforms, a daemon is
usually installed as a service.</para> usually installed as a service.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Script. Installs and tests of a virtual environment. For <para>Script. Installs a virtual environment and runs tests. For
example, the <code>run_tests.sh</code> script installs and example, the <code>run_tests.sh</code> script installs a virtual environment and runs unit tests on a service.</para>
optionally tests a virtual environment for a service.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Command-line interface (CLI). Enables users to submit API <para>Command-line interface (CLI). Enables users to submit API