openstack-manuals/doc/common/tables/neutron-l3_arista.xml
Andreas Jaeger 8e114dbc7b Regenerate config reference tables
Move some headers to shared.headers and unify naming. The unification
let to rename of keystone-rabbit.xml to keystone-rabbitmq.xml and
glance-zmq.xml to glance-zeromq.xml.
Fixed typo in name of neutron-lbaas_netscaler.

Partial-Bug: #1362882
Partial-Bug: #1362266
Closes-Bug: #1361402

Change-Id: I3be75b2ca41e1f56189b317a7dabfc9ac3e4fbab
2014-08-30 10:49:58 +02:00

51 lines
2.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_l3_arista">
<caption>Description of Arista layer-3 service plug-in 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">[l3_arista]</th>
</tr>
<tr>
<td>l3_sync_interval = 180</td>
<td>(IntOpt) Sync interval in seconds between L3 Service plugin and EOS. This interval defines how often the synchronization is performed. This is an optional field. If not set, a value of 180 seconds is assumed</td>
</tr>
<tr>
<td>mlag_config = False</td>
<td>(BoolOpt) This flag is used indicate if Arista Switches are configured in MLAG mode. If yes, all L3 config is pushed to both the switches automatically. If this flag is set to True, ensure to specify IP addresses of both switches. This is optional. If not set, a value of "False" is assumed.</td>
</tr>
<tr>
<td>primary_l3_host = </td>
<td>(StrOpt) Arista EOS IP address. This is required field. If not set, all communications to Arista EOS will fail</td>
</tr>
<tr>
<td>primary_l3_host_password = </td>
<td>(StrOpt) Password for Arista EOS. This is required field. If not set, all communications to Arista EOS will fail</td>
</tr>
<tr>
<td>primary_l3_host_username = </td>
<td>(StrOpt) Username for Arista EOS. This is required field. If not set, all communications to Arista EOS will fail</td>
</tr>
<tr>
<td>secondary_l3_host = </td>
<td>(StrOpt) Arista EOS IP address for second Switch MLAGed with the first one. This an optional field, however, if mlag_config flag is set, then this is required. If not set, all communications to Arista EOS will fail</td>
</tr>
<tr>
<td>use_vrf = False</td>
<td>(BoolOpt) A "True" value for this flag indicates to create a router in VRF. If not set, all routers are created in default VRF.This is optional. If not set, a value of "False" is assumed.</td>
</tr>
</tbody>
</table>
</para>