dc7c13a659
This patch regenerates the configuration tables using code from 2014-12-31, or about kilo-1. It also uses new doc-tools code to mark-up options and their default values semantically. Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
58 lines
2.6 KiB
XML
58 lines
2.6 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_neutron_rootwrap">
|
|
<caption>Description of rootwrap 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>filters_path</option> = <replaceable>/etc/neutron/rootwrap.d,/usr/share/neutron/rootwrap</replaceable></td>
|
|
<td>List of directories to load filter definitions from (separated by ','). These directories MUST all be only writeable by root !</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>exec_dirs</option> = <replaceable>/sbin,/usr/sbin,/bin,/usr/bin</replaceable></td>
|
|
<td>List of directories to search executables in, in case filters do not explicitely specify a full path (separated by ',') If not specified, defaults to system PATH environment variable. These directories MUST all be only writeable by root !</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>use_syslog</option> = <replaceable>False</replaceable></td>
|
|
<td>Enable logging to syslog Default value is False</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>syslog_log_facility</option> = <replaceable>syslog</replaceable></td>
|
|
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, local0, local1... Default value is 'syslog'</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>syslog_log_level</option> = <replaceable>ERROR</replaceable></td>
|
|
<td>Which messages to log. INFO means log all usage ERROR means only log unsuccessful attempts</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[xenapi]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>xenapi_connection_url</option> = <replaceable><None></replaceable></td>
|
|
<td>XenAPI configuration is only required by the L2 agent if it is to target a XenServer/XCP compute host's dom0.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>xenapi_connection_username</option> = <replaceable>root</replaceable></td>
|
|
<td>No help text available for this option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>xenapi_connection_password</option> = <replaceable><None></replaceable></td>
|
|
<td>No help text available for this option.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|