openstack-manuals/doc/common/tables/neutron-rootwrap.xml
Gauvain Pocentek b67015060a Provide rootwrap configuration options
Our tools now generate tables for the rootwrap.conf files. Include this
tables in the config-reference guide. The cinder-rootwrap.xml file is
not used ATM, because our cinder documentation doesn't provide a config
overview (see bug #1304172).

Revert some help strings for nova to what they are in icehouse (the
previous run of the tool accidentally picked up the juno options).

Change-Id: Id3a76cc5ae29b7cf45118958520126ec8f75853d
2014-04-08 06:49:09 +02:00

59 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in the tools directory of this
repository -->
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all" xml:id="config_table_neutron_rootwrap">
<caption>Description of configuration options for rootwrap</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>filters_path = /etc/neutron/rootwrap.d,/usr/share/neutron/rootwrap,/etc/quantum/rootwrap.d,/usr/share/quantum/rootwrap</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>exec_dirs = /sbin,/usr/sbin,/bin,/usr/bin</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>use_syslog = False</td>
<td>Enable logging to syslog Default value is False</td>
</tr>
<tr>
<td>syslog_log_facility = syslog</td>
<td>Which syslog facility to use. Valid values include auth, authpriv, syslog, local0, local1... Default value is 'syslog'</td>
</tr>
<tr>
<td>syslog_log_level = ERROR</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>xenapi_connection_url = &lt;None&gt;</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>xenapi_connection_username = root</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>xenapi_connection_password = &lt;None&gt;</td>
<td>No help text available for this option.</td>
</tr>
</tbody>
</table>
</para>