1d637110f1
Update tables, create some new tables and add them to the config reference. Remove ml2-cisco-apic table, it is now part of the ml_cisco table. Closes-Bug: #1364357 Change-Id: I27220e4ff5a553aa4a92b9bff1dc761af2eeacb8
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 SDN-VE configuration options</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> mappings.</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) Whether to reset the integration bridge before use.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>use_fake_controller = False</td>
|
|
<td>(BoolOpt) Whether to use 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 to use rpc.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|