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

70 lines
2.9 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_l2gw">
<caption>Description of Layer 2 Gateway 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">[DEFAULT]</th>
</tr>
<tr>
<td><option>default_device_name</option> = <replaceable>Switch1</replaceable></td>
<td>(StrOpt) default_device_name of the l2 gateway</td>
</tr>
<tr>
<td><option>default_l2_gw_service_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Unique identifier of the NSX L2 Gateway service which will be used by default for network gateways</td>
</tr>
<tr>
<td><option>default_l3_gw_service_uuid</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Unique identifier of the NSX L3 Gateway service which will be used for implementing routers and floating IPs</td>
</tr>
<tr>
<td><option>l2gw_callback_class</option> = <replaceable>networking_l2gw.services.l2gateway.ovsdb.data.L2GatewayOVSDBCallbacks</replaceable></td>
<td>(StrOpt) L2 gateway plugin callback class where theRPCs from the agent are going to get invoked</td>
</tr>
<tr>
<td><option>quota_l2_gateway</option> = <replaceable>5</replaceable></td>
<td>(IntOpt) Number of l2 gateways allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<th colspan="2">[ovsdb]</th>
</tr>
<tr>
<td><option>l2_gw_agent_ca_cert_base_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Trusted issuer CA cert</td>
</tr>
<tr>
<td><option>l2_gw_agent_cert_base_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) L2 gateway agent public certificate</td>
</tr>
<tr>
<td><option>l2_gw_agent_priv_key_base_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) L2 gateway agent private key</td>
</tr>
<tr>
<td><option>max_connection_retries</option> = <replaceable>10</replaceable></td>
<td>(IntOpt) Maximum number of retries to open a socket with the OVSDB server</td>
</tr>
<tr>
<td><option>ovsdb_hosts</option> = <replaceable>host1:127.0.0.1:6632</replaceable></td>
<td>(StrOpt) OVSDB server name:host/IP:port</td>
</tr>
<tr>
<td><option>periodic_interval</option> = <replaceable>20</replaceable></td>
<td>(IntOpt) Seconds between periodic task runs</td>
</tr>
</tbody>
</table>
</para>