546ea5db59
Change-Id: I02784cd0330771220f84325884cd147b3fdf2b8e
94 lines
3.6 KiB
XML
94 lines
3.6 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><option>base_url</option> = <replaceable>/one/nb/v2/</replaceable></td>
|
|
<td>(StrOpt) Base URL for SDN-VE controller REST API.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>controller_ips</option> = <replaceable>127.0.0.1</replaceable></td>
|
|
<td>(ListOpt) List of IP addresses of SDN-VE controller(s).</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>default_tenant_type</option> = <replaceable>OVERLAY</replaceable></td>
|
|
<td>(StrOpt) Tenant type: OVERLAY (default) or OF.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>format</option> = <replaceable>json</replaceable></td>
|
|
<td>(StrOpt) SDN-VE request/response format.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>info</option> = <replaceable>sdnve_info_string</replaceable></td>
|
|
<td>(StrOpt) SDN-VE RPC subject.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>integration_bridge</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Integration bridge to use.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>interface_mappings</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) List of <physical_network_name>:<interface_name> mappings.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>of_signature</option> = <replaceable>SDNVE-OF</replaceable></td>
|
|
<td>(StrOpt) The string in tenant description that indicates the tenant is a OF tenant.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>out_of_band</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Indicating if controller is out of band or not.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>overlay_signature</option> = <replaceable>SDNVE-OVERLAY</replaceable></td>
|
|
<td>(StrOpt) The string in tenant description that indicates the tenant is a OVERLAY tenant.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>password</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) SDN-VE administrator password.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>port</option> = <replaceable>8443</replaceable></td>
|
|
<td>(StrOpt) SDN-VE controller port number.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>reset_bridge</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Whether to reset the integration bridge before use.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>use_fake_controller</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Whether to use a fake controller.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>userid</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) SDN-VE administrator user ID.</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[SDNVE_AGENT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>polling_interval</option> = <replaceable>2</replaceable></td>
|
|
<td>(IntOpt) Agent polling interval if necessary.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>rpc</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Whether to use rpc.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|