openstack-manuals/doc/common/tables/neutron-dhcp_agent.xml
Gauvain Pocentek bb9d38971d Update flags and tables for neutron
Remove unneeded xi:include (metadata agent is not a plug-in)

Provide tables for new plugins and ML2 mechanisms

To avoid breaking the large tables appearance by using xrefs, the
bigswitch table is generated twice (one table for the ML2 mechanism, one
table for the standalone plugin). This is a (hopefully) temporary
change. Tables generations will probably be updated in Juno.

Change-Id: I27573975c83c5b25682135a4ea3ab852fec170ea
Closes-Bug: #1291785
Closes-Bug: #1292317
Closes-Bug: #1292318
Closes-Bug: #1294402
Closes-Bug: #1294405
Closes-Bug: #1294961
2014-03-21 14:54:25 +01:00

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" xml:id="config_table_neutron_dhcp_agent">
<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>