66859591c4
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
20 lines
828 B
XML
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>
|