
Full outline finished. Keystone, Glance, and most of Nova complete Changes to Common: * Separate "Getting Started" content into separate files, so they can be included individually where needed in the install guide * separated "Keystone Concepts" so that a smaller subset of that can be used in the install guide Change-Id: I583349443685e3022f4c4c1893c2c07d1d2af1d5
39 lines
1.5 KiB
XML
39 lines
1.5 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 <xref
|
|
linkend="dashboard-custom-brand"/>.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Set up session storage for the dashboard. See <xref
|
|
linkend="dashboard-sessions"/>.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<xi:include href="../common/section_dashboard-system-reqs.xml"/>
|
|
<xi:include href="../common/section_dashboard-install.xml"/>
|
|
<xi:include href="../common/section_dashboard_customizing.xml"/>
|
|
<xi:include href="../common/section_dashboard_sessions.xml"/>
|
|
</chapter>
|