cleanup security-guide ch025_web-dashboard

made change to Horizon dashboard description in beginning of xml file
removing extra white space

Change-Id: I8a776010c06e0af99b2317475823355a3c6a4f18
This commit is contained in:
Shilla Saebi 2014-01-28 12:00:56 -05:00
parent 6ba06bb8e3
commit 68cb85d89e

View File

@ -6,10 +6,10 @@
xml:id="ch025_web-dashboard">
<?dbhtml stop-chunking?>
<title>Dashboard</title>
<para>Horizon is the OpenStack dashboard, providing access to a
majority of the capabilities available in OpenStack. These include
provisioning users, defining instance flavors, uploading VM
images, managing networks, setting up security groups, starting
<para>Horizon is the OpenStack dashboard that provides users a self-service
portal to provision their own resources within the limits set by
administrators. These include provisioning users, defining instance flavors,
uploading VM images, managing networks, setting up security groups, starting
instances, and accessing the instances via a console.</para>
<para>The dashboard is based on the Django web framework, therefore
secure deployment practices for Django apply directly to Horizon.