openstack-manuals/doc/common/section_dashboard-configure.xml
Gauvain Pocentek 66859591c4 Remove erroneous info about VNC resizing in horizon
According to https://ask.openstack.org/en/question/9351, resizing of the
VNC window is automatic and doesn't need configuration modifications.

Remove erroneous content from the config-ref.

Change-Id: I5c33f4c1d7c768f3a4eb3916dca73c0d1f77b833
2015-05-23 07:18:58 -07:00

20 lines
828 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="configure-dashboard">
<title>Configure the dashboard</title>
<?dbhtml stop-chunking?>
<para>You can configure the dashboard for a simple HTTP
deployment.</para>
<para>You can configure the dashboard for a secured HTTPS
deployment. While the standard installation uses a
non-encrypted HTTP channel, you can enable SSL support for the
dashboard.</para>
<para>Also, you can configure the size of the VNC window in the
dashboard.</para>
<xi:include href="section_dashboard-configure-http.xml"/>
<xi:include href="section_dashboard-configure-https.xml"/>
</section>