cleaning up formatting in management-server-overview.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2dc1271c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2dc1271c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2dc1271c Branch: refs/heads/master Commit: 2dc1271cdc107ed15dce6d1cc16a080573fd435a Parents: a9bf92e Author: David Nalley <[email protected]> Authored: Wed Oct 17 20:25:22 2012 -0400 Committer: David Nalley <[email protected]> Committed: Wed Oct 17 20:25:22 2012 -0400 ---------------------------------------------------------------------- docs/en-US/management-server-overview.xml | 82 ++++++++++++++--------- 1 files changed, 50 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2dc1271c/docs/en-US/management-server-overview.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/management-server-overview.xml b/docs/en-US/management-server-overview.xml index ed30142..b8e2d53 100644 --- a/docs/en-US/management-server-overview.xml +++ b/docs/en-US/management-server-overview.xml @@ -23,36 +23,54 @@ --> <section id="management-server-overview"> - <title>Management Server Overview</title> - <para>The Management Server is the &PRODUCT; software that manages cloud resources. By interacting with the Management Server through its UI or API, you can configure and manage your cloud infrastructure. - </para> - <para>The Management Server runs on a dedicated server or VM. It controls allocation of virtual machines to hosts and assigns storage and IP addresses to the virtual machine instances. The Management Server runs in a Tomcat container and requires a MySQL database for persistence. - </para> - <para>The machine must meet the system requirements described in System Requirements. - </para> - <para>The Management Server: - </para> - <itemizedlist> - <listitem> - <para>Provides the web user interface for the administrator and a reference user interface for end users.</para> - </listitem> - <listitem> - <para>Provides the APIs for &PRODUCT;.</para> - </listitem> - <listitem> - <para>Manages the assignment of guest VMs to particular hosts.</para> - </listitem> - <listitem> - <para>Manages the assignment of public and private IP addresses to particular accounts.</para> - </listitem> - <listitem> - <para>Manages the allocation of storage to guests as virtual disks.</para> - </listitem> - <listitem> - <para>Manages snapshots, templates, and ISO images, possibly replicating them across data centers.</para> - </listitem> - <listitem> - <para>Provides a single point of configuration for the cloud.</para> - </listitem> - </itemizedlist> + <title>Management Server Overview</title> + <para> + The Management Server is the &PRODUCT; software that manages cloud + resources. By interacting with the Management Server through its UI or + API, you can configure and manage your cloud infrastructure. + </para> + <para> + The Management Server runs on a dedicated server or VM. It controls + allocation of virtual machines to hosts and assigns storage and IP + addresses to the virtual machine instances. The Management Server + runs in a Tomcat container and requires a MySQL database for persistence. + </para> + <para> + The machine must meet the system requirements described in System + Requirements. + </para> + <para>The Management Server: + </para> + <itemizedlist> + <listitem> + <para> + Provides the web user interface for the administrator and a + reference user interface for end users. + </para> + </listitem> + <listitem> + <para>Provides the APIs for &PRODUCT;.</para> + </listitem> + <listitem> + <para>Manages the assignment of guest VMs to particular hosts.</para> + </listitem> + <listitem> + <para> + Manages the assignment of public and private IP addresses to + particular accounts. + </para> + </listitem> + <listitem> + <para>Manages the allocation of storage to guests as virtual disks.</para> + </listitem> + <listitem> + <para> + Manages snapshots, templates, and ISO images, possibly + replicating them across data centers. + </para> + </listitem> + <listitem> + <para>Provides a single point of configuration for the cloud.</para> + </listitem> + </itemizedlist> </section>
