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
This commit is contained in:
Gauvain Pocentek 2015-05-23 07:16:02 -07:00
parent e6930f1503
commit 66859591c4
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
<?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="vnc-window">
<title>Change the size of the dashboard VNC window</title>
<para>The <filename>_detail_vnc.html</filename> file defines
the size of the VNC window. To change the window size, edit
this file.</para>
<procedure xml:id="adjust-vnc-window">
<step>
<para>Edit
<filename>/usr/share/pyshared/horizon/dashboards/nova/instances/templates/instances/_detail_vnc.html.</filename></para>
</step>
<step>
<para>Modify the <literal>width</literal> and
<literal>height</literal> parameters, as follows:</para>
<programlisting>&lt;iframe src="{{ vnc_url }}" width="720" height="430"&gt;&lt;/iframe&gt;</programlisting>
</step>
</procedure>
</section>

View File

@ -16,5 +16,4 @@
dashboard.</para>
<xi:include href="section_dashboard-configure-http.xml"/>
<xi:include href="section_dashboard-configure-https.xml"/>
<xi:include href="section_dashboard-configure-vnc-window.xml"/>
</section>