8049860091
Add all neutron tables that have not been included so far to the Configuration Reference. I did not include table neutron-debug.xml since that looked wrong and opened bug 1310061 for it. Also, move neutron-ofa_agent to neutron-ml2_ofa and update flagmappings for this. Related-Bug: #1310061 Change-Id: I2bb89b141a5485cd6da73521cced934dba8c7be1
43 lines
1.6 KiB
XML
43 lines
1.6 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_ofa_agent">
|
|
<caption>Description of configuration options for ofa_agent</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>ofp_listen_host = </td>
|
|
<td>(StrOpt) openflow listen host</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ofp_ssl_listen_port = 6633</td>
|
|
<td>(IntOpt) openflow ssl listen port</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ofp_tcp_listen_port = 6633</td>
|
|
<td>(IntOpt) openflow tcp listen port</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[AGENT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td>get_datapath_retry_times = 60</td>
|
|
<td>(IntOpt) Number of seconds to retry acquiring an Open vSwitch datapath</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|