openstack-manuals/doc/common/tables/nova-console.xml
Atsushi SAKAI be70453021 Update Config reference for nova
Partial-Bug: #1407581
Closes-Bug: 1478544
Closes-Bug: 1483231
Closes-Bug: 1483192
Closes-Bug: 1489638

Change-Id: I46b990567343dbeed4b99c06c1c006555f3ea645
2015-09-03 10:46:23 +00:00

50 lines
1.9 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_nova_console">
<caption>Description of console configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td><option>console_allowed_origins</option> = <replaceable></replaceable></td>
<td>(ListOpt) Allowed Origin header hostnames for access to console proxy servers</td>
</tr>
<tr>
<td><option>console_public_hostname</option> = <replaceable>localhost</replaceable></td>
<td>(StrOpt) Publicly visible name for this console host</td>
</tr>
<tr>
<td><option>console_token_ttl</option> = <replaceable>600</replaceable></td>
<td>(IntOpt) How many seconds before deleting tokens</td>
</tr>
<tr>
<td><option>consoleauth_manager</option> = <replaceable>nova.consoleauth.manager.ConsoleAuthManager</replaceable></td>
<td>(StrOpt) Manager for console auth</td>
</tr>
<tr>
<th colspan="2">[mks]</th>
</tr>
<tr>
<td><option>enabled</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Enable MKS related features</td>
</tr>
<tr>
<td><option>mksproxy_base_url</option> = <replaceable>http://127.0.0.1:6090/</replaceable></td>
<td>(StrOpt) Location of MKS web console proxy, in the form "http://127.0.0.1:6090/"</td>
</tr>
</tbody>
</table>
</para>