openstack-manuals/doc/common/tables/nova-neutron.xml
Tom Fifield 0930aab61a Updated nova config tables after feature freeze
Update the flagmappings after the feature freeze for nova,
and produce the new tables.

Change-Id: I6a41a4c92f793ac1f676b07e453519281136171e
2013-09-15 10:39:40 +08:00

84 lines
3.8 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 neutron</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>dhcp_options_enabled=False</td>
<td>(BoolOpt) Use per-port DHCP options with Neutron</td>
</tr>
<tr>
<td>neutron_admin_auth_url=http://localhost:5000/v2.0</td>
<td>(StrOpt) auth url for connecting to neutron in admin context</td>
</tr>
<tr>
<td>neutron_admin_password=None</td>
<td>(StrOpt) password for connecting to neutron in admin context</td>
</tr>
<tr>
<td>neutron_admin_tenant_name=None</td>
<td>(StrOpt) tenant name for connecting to neutron in admin context</td>
</tr>
<tr>
<td>neutron_admin_username=None</td>
<td>(StrOpt) username for connecting to neutron in admin context</td>
</tr>
<tr>
<td>neutron_api_insecure=False</td>
<td>(BoolOpt) if set, ignore any SSL validation issues</td>
</tr>
<tr>
<td>neutron_auth_strategy=keystone</td>
<td>(StrOpt) auth strategy for connecting to neutron in admin context</td>
</tr>
<tr>
<td>neutron_ca_certificates_file=None</td>
<td>(StrOpt) Location of ca certicates file to use for neutronclient requests.</td>
</tr>
<tr>
<td>neutron_default_tenant_id=default</td>
<td>(StrOpt) Default tenant id when creating neutron networks</td>
</tr>
<tr>
<td>neutron_extension_sync_interval=600</td>
<td>(IntOpt) Number of seconds before querying neutron for extensions</td>
</tr>
<tr>
<td>neutron_metadata_proxy_shared_secret=</td>
<td>(StrOpt) Shared secret to validate proxies Neutron metadata requests</td>
</tr>
<tr>
<td>neutron_ovs_bridge=br-int</td>
<td>(StrOpt) Name of Integration Bridge used by Open vSwitch</td>
</tr>
<tr>
<td>neutron_region_name=None</td>
<td>(StrOpt) region name for connecting to neutron in admin context</td>
</tr>
<tr>
<td>neutron_url=http://127.0.0.1:9696</td>
<td>(StrOpt) URL for connecting to neutron</td>
</tr>
<tr>
<td>neutron_url_timeout=30</td>
<td>(IntOpt) timeout value for connecting to neutron in seconds</td>
</tr>
<tr>
<td>service_neutron_metadata_proxy=False</td>
<td>(BoolOpt) Set flag to indicate Neutron will proxy metadata requests and resolve instance ids.</td>
</tr>
</tbody>
</table>
</para>