From 1b391f3c586cdcc60a369c02480bd184a822a821 Mon Sep 17 00:00:00 2001 From: Alexandra Settle Date: Fri, 7 Mar 2014 15:06:39 +1000 Subject: [PATCH] Adding variable list to Architecture Change-Id: Ib9699713371241c7f3eba53b8b356025cfbdd8e0 Closes-Bug: #1289113 --- doc/common/section_getstart_logical_arch.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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 +