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:
parent
e6930f1503
commit
66859591c4
@ -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><iframe src="{{ vnc_url }}" width="720" height="430"></iframe></programlisting>
|
||||
</step>
|
||||
</procedure>
|
||||
</section>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user