8b5ec5a78e
Improved dashboard content in the installation guide as follows: 1) Restructured steps for consistency with similar sections. 2) Updated list of packages to install. 3) Adjusted configuration on all distributions to use memcached for session storage to simplify installation. 4) Clarified instructions for access permissions. 5) Split verification step into separate section for consistency with other chapters. 6) Changed removal of Ubuntu theme package from 'required' to 'optional' based on user experience. 7) Added workaround for RDO packaging issues. This patch includes changes for Juno. Change-Id: Iecb1cff57853b097ba2ee0a5016438190ff8d920 Implements: blueprint installation-guide-improvements Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
25 lines
857 B
XML
25 lines
857 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section 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="dashboard-verify">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Verify operation</title>
|
|
<para>This section describes how to verify operation of the
|
|
dashboard.</para>
|
|
<procedure>
|
|
<step>
|
|
<para>Access the dashboard using a web browser:
|
|
<uri os="ubuntu">http://controller/horizon</uri>
|
|
<uri os="debian">https://controller/</uri>
|
|
<uri os="rhel;centos;fedora">http://controller/dashboard</uri>
|
|
<uri os="sles;opensuse">http://controller</uri>.</para>
|
|
</step>
|
|
<step>
|
|
<para>Authenticate using <literal>admin</literal> or
|
|
<literal>demo</literal> user credentials.</para>
|
|
</step>
|
|
</procedure>
|
|
</section>
|