openstack-manuals/doc/install-guide/section_dashboard-system-reqs.xml
Christian Berendt a2d662d600 Unified the syntax of the XML root element (install-guide)
The XML root element of Docbook XML files should match the following
format:

<ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: I1e0804e2c5021bd78b77483f3156c5b069453555
2014-07-09 22:19:31 +02:00

60 lines
2.6 KiB
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-system-requirements">
<title>System requirements</title>
<para>Before you install the OpenStack dashboard, you must meet
the following system requirements:</para>
<itemizedlist>
<listitem>
<para>OpenStack Compute installation. Enable the Identity
Service for user and project management.</para>
<para>Note the URLs of the Identity Service and Compute
endpoints.</para>
</listitem>
<listitem>
<para>Identity Service user with sudo privileges. Because
Apache does not serve content from a root user, users
must run the dashboard as an Identity Service user
with sudo privileges.</para>
</listitem>
<listitem>
<para>Python 2.6 or 2.7. The Python version must support
Django. The Python version should run on any
system, including Mac OS X. Installation prerequisites
might differ by platform.</para>
</listitem>
</itemizedlist>
<para>Then, install and configure the dashboard on a node that
can contact the Identity Service.</para>
<para>Provide users with the following information so that they
can access the dashboard through a web browser on their local
machine:</para>
<itemizedlist>
<listitem>
<para>The public IP address from which they can access the
dashboard</para>
</listitem>
<listitem>
<para>The user name and password with which they can
access the dashboard</para>
</listitem>
</itemizedlist>
<para>Your web browser, and that of your users,
must support HTML5 and have cookies and
JavaScript enabled.</para>
<note>
<para>To use the VNC client with the dashboard, the browser
must support HTML5 Canvas and HTML5 WebSockets.</para>
<para>For details about browsers that support noVNC, see <link
xlink:href="https://github.com/kanaka/noVNC/blob/master/README.md"
>https://github.com/kanaka/noVNC/blob/master/README.md</link>,
and <link
xlink:href="https://github.com/kanaka/noVNC/wiki/Browser-support"
>https://github.com/kanaka/noVNC/wiki/Browser-support</link>,
respectively.</para>
</note>
</section>