db162cf2b1
New tables have been included in the config ref and existing *aas options have been moved to the same file for consistency. Change-Id: I7836b7d1358ada1b1392a96581a92551df4cf7b3 Closes-Bug: #1460851 Closes-Bug: #1439648 Partial-Bug: #1452738 Closes-Bug: #1455237 Closes-Bug: #1469932 Closes-Bug: #1470371
55 lines
2.1 KiB
XML
55 lines
2.1 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>client</option> = <replaceable>midonet.neutron.client.api.MidonetApiClient</replaceable></td>
|
|
<td>(StrOpt) MidoNet client used to access MidoNet data storage.</td>
|
|
</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>midonet_uri</option> = <replaceable>http://localhost:8080/midonet-api</replaceable></td>
|
|
<td>(StrOpt) MidoNet API server URI.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>password</option> = <replaceable>passw0rd</replaceable></td>
|
|
<td>(StrOpt) MidoNet admin password.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>project_id</option> = <replaceable>77777777-7777-7777-7777-777777777777</replaceable></td>
|
|
<td>(StrOpt) ID of the project that MidoNet admin user belongs to.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>tunnel_protocol</option> = <replaceable>vxlan</replaceable></td>
|
|
<td>(StrOpt) Tunnel protocol used by Midonet</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>username</option> = <replaceable>admin</replaceable></td>
|
|
<td>(StrOpt) MidoNet admin username.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|