openstack-manuals/doc/admin-guide-cloud/ch_dashboard.xml
Andreas Jaeger e77dbe04ac Remove extra xmlns lines
We do not need these namespaces like xmlns:svg and xmlns:html anywhere,
remove the declarations.

Change-Id: Ic6aa62c28b2b21092d1e1d5c6f431807519f59af
2014-05-02 08:24:52 +02:00

40 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="ch_install-dashboard">
<title>Dashboard</title>
<para>The
OpenStack dashboard is a web-based interface that allows you to manage
OpenStack resources and services. The dashboard allows you to interact
with the OpenStack Compute cloud controller using the OpenStack APIs.
For more information about installing and configuring the dashboard,
see the <citetitle>OpenStack Installation Guide</citetitle> for your
operating system.
</para>
<para>
For more information about using the dashboard, see:
<itemizedlist>
<listitem>
<para><xref linkend="dashboard-custom-brand"/>, for customizing
the dashboard.</para>
</listitem>
<listitem>
<para><xref linkend="dashboard-sessions"/>, for setting up session
storage for the dashboard.</para>
</listitem>
<listitem>
<para>The <link xlink:href="http://docs.openstack.org/developer/horizon/topics/deployment.html">
Horizon documentation</link>, for deploying the dashboard.</para>
</listitem>
<listitem xml:id="launch_instances">
<para>The <link xlink:href="http://docs.openstack.org/user-guide/content/">
<citetitle>OpenStack End User Guide</citetitle></link>, for launching
instances with the dashboard..</para>
</listitem>
</itemizedlist>
</para>
<xi:include href="../common/section_dashboard_customizing.xml"/>
<xi:include href="../common/section_dashboard_sessions.xml"/>
</chapter>