cb1f8a250e
Also update shared headers. Rename scheduling to scheduler to follow other projects. Move some options together. Partial-Bug: #1332366 Closes-Bug: #1352706 Closes-Bug: #1355568 Closes-Bug: #1355791 Change-Id: Icd765ce0da0f98bb45d227165a3d98da21efbdeb
43 lines
1.7 KiB
XML
43 lines
1.7 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_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>filters_path = /etc/nova/rootwrap.d,/usr/share/nova/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>
|
|
</tbody>
|
|
</table>
|
|
</para>
|