d1a357f4ac
Import results of the autohelp.py tool for neutron. Note: I used a non-published version of autohelp.py, with the following patches: https://review.openstack.org/#/c/79076/ https://review.openstack.org/#/c/78138/ Change-Id: Ic002557a2b44222f4f3307e70eacd2d2391b8d18
56 lines
2.3 KiB
XML
56 lines
2.3 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">
|
|
<caption>Description of configuration options for dhcp_agent</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>dnsmasq_config_file = </td>
|
|
<td>(StrOpt) Override the default dnsmasq settings with this file</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dnsmasq_dns_servers = None</td>
|
|
<td>(ListOpt) Comma-separated list of the DNS servers which will be used as forwarders.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>dnsmasq_lease_max = 16777216</td>
|
|
<td>(IntOpt) Limit number of leases to prevent a denial-of-service.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_isolated_metadata = False</td>
|
|
<td>(BoolOpt) Support Metadata requests on isolated networks.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>enable_metadata_network = False</td>
|
|
<td>(BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True</td>
|
|
</tr>
|
|
<tr>
|
|
<td>num_sync_threads = 4</td>
|
|
<td>(IntOpt) Number of threads to use during sync process.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>resync_interval = 5</td>
|
|
<td>(IntOpt) Interval to resync.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>use_namespaces = True</td>
|
|
<td>(BoolOpt) Allow overlapping IP.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|