b88212e062
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
98 lines
3.0 KiB
XML
98 lines
3.0 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_neutron_sdnve">
|
|
<caption>Description of configuration options for sdnve</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">[SDNVE]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>base_url = /one/nb/v2/</td>
|
|
<td>(StrOpt) Base URL for SDN-VE controller REST API</td>
|
|
</tr>
|
|
<tr>
|
|
<td>controller_ips = 127.0.0.1</td>
|
|
<td>(ListOpt) List of IP addresses of SDN-VE controller(s)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>default_tenant_type = OVERLAY</td>
|
|
<td>(StrOpt) Tenant type: OVERLAY (default) or OF</td>
|
|
</tr>
|
|
<tr>
|
|
<td>format = json</td>
|
|
<td>(StrOpt) SDN-VE request/response format</td>
|
|
</tr>
|
|
<tr>
|
|
<td>info = sdnve_info_string</td>
|
|
<td>(StrOpt) SDN-VE RPC subject</td>
|
|
</tr>
|
|
<tr>
|
|
<td>integration_bridge = None</td>
|
|
<td>(StrOpt) Integration bridge to use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>interface_mappings = </td>
|
|
<td>(ListOpt) List of <physical_network_name>:<interface_name></td>
|
|
</tr>
|
|
<tr>
|
|
<td>of_signature = SDNVE-OF</td>
|
|
<td>(StrOpt) The string in tenant description that indicates the tenant is a OF tenant</td>
|
|
</tr>
|
|
<tr>
|
|
<td>out_of_band = True</td>
|
|
<td>(BoolOpt) Indicating if controller is out of band or not</td>
|
|
</tr>
|
|
<tr>
|
|
<td>overlay_signature = SDNVE-OVERLAY</td>
|
|
<td>(StrOpt) The string in tenant description that indicates the tenant is a OVERLAY tenant</td>
|
|
</tr>
|
|
<tr>
|
|
<td>password = admin</td>
|
|
<td>(StrOpt) SDN-VE administrator password</td>
|
|
</tr>
|
|
<tr>
|
|
<td>port = 8443</td>
|
|
<td>(StrOpt) SDN-VE controller port number</td>
|
|
</tr>
|
|
<tr>
|
|
<td>reset_bridge = True</td>
|
|
<td>(BoolOpt) Reset the integration bridge before use</td>
|
|
</tr>
|
|
<tr>
|
|
<td>use_fake_controller = False</td>
|
|
<td>(BoolOpt) If set to True uses a fake controller.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>userid = admin</td>
|
|
<td>(StrOpt) SDN-VE administrator user id</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[SDNVE_AGENT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>polling_interval = 2</td>
|
|
<td>(IntOpt) Agent polling interval if necessary</td>
|
|
</tr>
|
|
<tr>
|
|
<td>root_helper = sudo</td>
|
|
<td>(StrOpt) Using root helper</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rpc = True</td>
|
|
<td>(BoolOpt) Whether using rpc</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|