openstack-manuals/doc/common/tables/nova-neutron.xml
Shaun McCance ac4eb86704 Update nova options for icehouse
Change-Id: I45eb0141576d5f5d5d65814d0da550aac4a3fe93
2014-01-08 16:44:42 -06:00

80 lines
3.7 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>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<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 certificates file to use for neutron client 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>