openstack-manuals/doc/install-guide/ch_horizon.xml
Andreas Jaeger bcbdae8c77 Remove customize dashboard section from Install Guide
This section is included already in both Cloud Admin and Config
Reference, let us reference it there instead of adding it here.

The customization is a nice to have but really optional, so a link
to another guide is fine.

Change-Id: I632e3b8d7bb6dd86ea66455bfa5bc325bd203c06
2013-10-11 11:50:17 +02:00

40 lines
1.6 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_horizon">
<title>Adding a Dashboard</title>
<para>The OpenStack dashboard, also known as <link
xlink:href="https://github.com/openstack/horizon/">Horizon</link>,
is a Web interface that allows cloud administrators and users to
manage various OpenStack resources and services.</para>
<para>The dashboard enables web-based interactions with the
OpenStack Compute cloud controller through the OpenStack APIs.</para>
<para>The following instructions show an example deployment
configured with an Apache web server.</para>
<para>After you
<link linkend="install_dashboard">install and configure
the dashboard</link>, you can complete the following tasks:</para>
<itemizedlist>
<listitem>
<para>Customize your dashboard. See section
<link xlink:href="http://docs.openstack.org/admin-guide-cloud/content/ch_install-dashboard.html#dashboard-custom-brand">Customize the dashboard</link>
in the <citetitle>Cloud Administrator Guide</citetitle>.
</para>
</listitem>
<listitem>
<para>Set up session storage for the dashboard. See <xref
linkend="dashboard-sessions"/>.</para>
</listitem>
</itemizedlist>
<xi:include href="section_dashboard-system-reqs.xml"/>
<xi:include href="section_dashboard-install.xml"/>
<xi:include href="../common/section_dashboard_sessions.xml"/>
</chapter>