openstack-manuals/doc/common/tables/neutron-common.xml
Shaun McCance 20b6805c04 Update neutron options for icehouse
Also fixed up some duplicate config options due to a bug in autohelp.py.
While working through duplication options, I believe I encountered some
that weren't being output, but I'd rather spend the time fixing the tool
than manually adding those.

Change-Id: I60eb035b97d354bc57168421facafd895ace2a10
2014-01-10 13:30:49 -05:00

173 lines
7.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 common</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>admin_password = None</td>
<td>(StrOpt) Admin password</td>
</tr>
<tr>
<td>admin_password = None</td>
<td>(StrOpt) Admin password</td>
</tr>
<tr>
<td>admin_password = None</td>
<td>(StrOpt) ESM admin password.</td>
</tr>
<tr>
<td>admin_tenant_name = None</td>
<td>(StrOpt) Admin tenant name</td>
</tr>
<tr>
<td>admin_tenant_name = None</td>
<td>(StrOpt) Admin tenant name</td>
</tr>
<tr>
<td>admin_user = None</td>
<td>(StrOpt) Admin username</td>
</tr>
<tr>
<td>admin_user = None</td>
<td>(StrOpt) Admin user</td>
</tr>
<tr>
<td>allowed_rpc_exception_modules = neutron.openstack.common.exception, nova.exception, cinder.exception, exceptions</td>
<td>(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</td>
</tr>
<tr>
<td>api_workers = 0</td>
<td>(IntOpt) Number of separate worker processes for service</td>
</tr>
<tr>
<td>auth_region = None</td>
<td>(StrOpt) Authentication region</td>
</tr>
<tr>
<td>auth_region = None</td>
<td>(StrOpt) Authentication region</td>
</tr>
<tr>
<td>auth_strategy = keystone</td>
<td>(StrOpt) The type of authentication to use</td>
</tr>
<tr>
<td>auth_url = None</td>
<td>(StrOpt) Authentication URL</td>
</tr>
<tr>
<td>auth_url = None</td>
<td>(StrOpt) Authentication URL</td>
</tr>
<tr>
<td>base_mac = fa:16:3e:00:00:00</td>
<td>(StrOpt) The base MAC address Neutron will use for VIFs</td>
</tr>
<tr>
<td>bind_host = 0.0.0.0</td>
<td>(StrOpt) The host IP to bind to</td>
</tr>
<tr>
<td>bind_port = 9696</td>
<td>(IntOpt) The port to bind to</td>
</tr>
<tr>
<td>core_plugin = None</td>
<td>(StrOpt) The core plugin Neutron will use</td>
</tr>
<tr>
<td>dhcp_agent_notification = True</td>
<td>(BoolOpt) Allow sending resource operation notification to DHCP agent</td>
</tr>
<tr>
<td>dhcp_lease_duration = 86400</td>
<td>(IntOpt) DHCP lease duration</td>
</tr>
<tr>
<td>disable_process_locking = False</td>
<td>(BoolOpt) Whether to disable inter-process locks</td>
</tr>
<tr>
<td>force_gateway_on_subnet = False</td>
<td>(BoolOpt) Ensure that configured gateway is on subnet</td>
</tr>
<tr>
<td>host = [hostname]</td>
<td>(StrOpt) The hostname Neutron is running on</td>
</tr>
<tr>
<td>lock_path = None</td>
<td>(StrOpt) Directory to use for lock files. Default to a temp directory</td>
</tr>
<tr>
<td>mac_generation_retries = 16</td>
<td>(IntOpt) How many times Neutron will retry MAC generation</td>
</tr>
<tr>
<td>max_dns_nameservers = 5</td>
<td>(IntOpt) Maximum number of DNS nameservers</td>
</tr>
<tr>
<td>max_fixed_ips_per_port = 5</td>
<td>(IntOpt) Maximum number of fixed ips per port</td>
</tr>
<tr>
<td>max_subnet_host_routes = 20</td>
<td>(IntOpt) Maximum number of host routes per subnet</td>
</tr>
<tr>
<td>meta_flavor_driver_mappings = None</td>
<td>(StrOpt) Mapping between flavor and LinuxInterfaceDriver</td>
</tr>
<tr>
<td>network_device_mtu = None</td>
<td>(IntOpt) MTU setting for device.</td>
</tr>
<tr>
<td>network_vlan_ranges = </td>
<td>(ListOpt) List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>ovs_integration_bridge = br-int</td>
<td>(StrOpt) Name of Open vSwitch bridge to use</td>
</tr>
<tr>
<td>ovs_use_veth = False</td>
<td>(BoolOpt) Uses veth for an interface or not</td>
</tr>
<tr>
<td>periodic_fuzzy_delay = 5</td>
<td>(IntOpt) Range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
</tr>
<tr>
<td>periodic_interval = 40</td>
<td>(IntOpt) Seconds between running periodic tasks</td>
</tr>
<tr>
<td>root_helper = sudo</td>
<td>(StrOpt) Root helper application.</td>
</tr>
<tr>
<td>root_helper = sudo</td>
<td>(StrOpt) Root helper application.</td>
</tr>
<tr>
<td>state_path = /var/lib/neutron</td>
<td>(StrOpt) Where to store Neutron state files. This directory must be writable by the agent.</td>
</tr>
</tbody>
</table>
</para>