bb9d38971d
Remove unneeded xi:include (metadata agent is not a plug-in) Provide tables for new plugins and ML2 mechanisms To avoid breaking the large tables appearance by using xrefs, the bigswitch table is generated twice (one table for the ML2 mechanism, one table for the standalone plugin). This is a (hopefully) temporary change. Tables generations will probably be updated in Juno. Change-Id: I27573975c83c5b25682135a4ea3ab852fec170ea Closes-Bug: #1291785 Closes-Bug: #1292317 Closes-Bug: #1292318 Closes-Bug: #1294402 Closes-Bug: #1294405 Closes-Bug: #1294961
99 lines
4.0 KiB
XML
99 lines
4.0 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" 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 = OF</td>
|
|
<td>(StrOpt) Tenant type: OF (default) and OVERLAY</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>
|