14908866c8
Change-Id: I8f25f33e031fb28f26a773a79e99e719e671bc7e
84 lines
3.7 KiB
XML
84 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>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</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 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>
|