diff --git a/doc/common/section_getstart_logical_arch.xml b/doc/common/section_getstart_logical_arch.xml
index 92a2f22590..75353f20e8 100644
--- a/doc/common/section_getstart_logical_arch.xml
+++ b/doc/common/section_getstart_logical_arch.xml
@@ -5,21 +5,27 @@
Logical architecture
To design, deploy, and configure OpenStack, administrators must understand the logical architecture.
OpenStack modules are one of the following types:
-
+
+ Daemon
- Daemon. Runs as a background process. On Linux platforms, a daemon is
+ Runs as a background process. On Linux platforms, a daemon is
usually installed as a service.
+
+ Script
- Script. Installs a virtual environment and runs tests. For
+ Installs a virtual environment and runs tests. For
example, the run_tests.sh
script installs a virtual environment and runs unit tests on a service.
+
+ Command-line interface (CLI)
- Command-line interface (CLI). Enables users to submit API
+ Enables users to submit API
calls to OpenStack services through easy-to-use
commands.
-
+
+
The following diagram shows the most common, but not the only,
architecture for an OpenStack cloud:
@@ -38,4 +44,4 @@
through a common Identity Service and individual services interact
with each other through public APIs, except where privileged
administrator commands are necessary.
-
\ No newline at end of file
+