Files
openstack-manuals/doc/common/tables/neutron-midonet.xml
Gauvain Pocentek 7c0081a59b config-ref: neutron tables update
Change-Id: Ib2a955f7ff9ca46b808a2f8ee5155e83c4eb4f45
2015-04-28 22:33:41 +02:00

39 lines
1.5 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_midonet">
<caption>Description of Midonet 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">[MIDONET]</th>
</tr>
<tr>
<td><option>cluster_ip</option> = <replaceable>localhost</replaceable></td>
<td>(StrOpt) IP that the cluster service can be reached on</td>
</tr>
<tr>
<td><option>cluster_port</option> = <replaceable>8088</replaceable></td>
<td>(StrOpt) Port that the cluster service can be reached on</td>
</tr>
<tr>
<td><option>tunnel_protocol</option> = <replaceable>vxlan</replaceable></td>
<td>(StrOpt) Tunnel protocol used by Midonet</td>
</tr>
<tr>
<td><option>use_cluster</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) Use the midonet plugin that interacts with the tasks-based architecture, rather than the plugin that interacts with the HTTP based architecture.</td>
</tr>
</tbody>
</table>
</para>