Merge "Rewording and typo fix in Logical Arch section"
This commit is contained in:
commit
eb6a27bdc4
@ -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
|
||||
@ -40,4 +38,4 @@
|
||||
through a common Identity Service and individual services interact
|
||||
with each other through public APIs, except where privileged
|
||||
administrator commands are necessary.</para>
|
||||
</section>
|
||||
</section>
|
Loading…
Reference in New Issue
Block a user