openstack-manuals/doc/common/tables/neutron-dhcp_agent.xml
Gauvain Pocentek 7c0081a59b config-ref: neutron tables update
Change-Id: Ib2a955f7ff9ca46b808a2f8ee5155e83c4eb4f45
2015-04-28 22:33:41 +02:00

59 lines
2.5 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_dhcp_agent">
<caption>Description of DHCP agent 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>advertise_mtu</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) If True, effort is made to advertise MTU settings to VMs via network methods (DHCP and RA MTU options) when the network's preferred MTU is known.</td>
</tr>
<tr>
<td><option>dnsmasq_config_file</option> = <replaceable></replaceable></td>
<td>(StrOpt) Override the default dnsmasq settings with this file</td>
</tr>
<tr>
<td><option>dnsmasq_dns_servers</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) Comma-separated list of the DNS servers which will be used as forwarders.</td>
</tr>
<tr>
<td><option>dnsmasq_lease_max</option> = <replaceable>16777216</replaceable></td>
<td>(IntOpt) Limit number of leases to prevent a denial-of-service.</td>
</tr>
<tr>
<td><option>enable_isolated_metadata</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Support Metadata requests on isolated networks.</td>
</tr>
<tr>
<td><option>enable_metadata_network</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Allows for serving metadata requests from a dedicated network. Requires enable_isolated_metadata = True</td>
</tr>
<tr>
<td><option>num_sync_threads</option> = <replaceable>4</replaceable></td>
<td>(IntOpt) Number of threads to use during sync process.</td>
</tr>
<tr>
<td><option>resync_interval</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) Interval to resync.</td>
</tr>
<tr>
<td><option>use_namespaces</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Allow overlapping IP. This option is deprecated and will be removed in a future release.</td>
</tr>
</tbody>
</table>
</para>