71bf779f1c
Edit section_network-plugins.xml section_network-plugins-ml2.xml Stay removed mlnx (mellanox) Unchanged because of trouble networking-ibm (SDN-VE) octavia Cannot include because of trouble networking-infoblox networking-zvm Consider neutron plugin addition (#1503967) Change-Id: I41272af4ec46c7e7c1c3ce7d6e03c6a40fb0cb25 Partial-Bug: #1407581 Related-Bug: #1503967
71 lines
3.2 KiB
XML
71 lines
3.2 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>dhcp_driver</option> = <replaceable>neutron.agent.linux.dhcp.Dnsmasq</replaceable></td>
|
|
<td>(StrOpt) The driver used to manage the DHCP server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>dnsmasq_base_log_dir</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Base log dir for dnsmasq logging. The log contains DHCP and DNS log information and is useful for debugging issues with either DHCP or DNS. If this section is null, disable dnsmasq log.</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>force_metadata</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Force to use DHCP to get Metadata on all networks.</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>
|