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"
xml:id="logical-architecture">
<title>Logical architecture</title>
<para>To design, install, and configure a cloud, cloud
administrators must understand the logical architecture.</para>
<para>To design, deploy, and configure OpenStack, administrators must understand the logical architecture.</para>
<para>OpenStack modules are one of the following types:</para>
<itemizedlist role="compact">
<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>
</listitem>
<listitem>
<para>Script. Installs and tests of a virtual environment. For
example, the <code>run_tests.sh</code> script installs and
optionally tests a virtual environment for a service.</para>
<para>Script. Installs a virtual environment and runs tests. For
example, the <code>run_tests.sh</code> script installs a virtual environment and runs unit tests on a service.</para>
</listitem>
<listitem>
<para>Command-line interface (CLI). Enables users to submit API