openstack-manuals/doc/common/tables/neutron-bigswitch.xml
Justin Hammond 3d44dd50c6 Updates conf reference for neutron ml2 plugin
Fixes-Bug: 1229237
Fixes-Bug: 1237662
Change-Id: I6974ea7d857b5186f39913baf43f3a8c321cc4ba
2013-10-10 13:26:31 +11:00

101 lines
5.0 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">
<caption>Description of configuration options for bigswitch</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>add_meta_server_route=True</td>
<td>(BoolOpt) Flag to decide if a route to the metadata server should be injected into the VM</td>
</tr>
<tr>
<td>max_router_rules=200</td>
<td>(IntOpt) Maximum number of router rules</td>
</tr>
<tr>
<td>neutron_id=neutron-[hostname]</td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>
<td>node_override_vif_802.1qbg=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to 802.1qbg</td>
</tr>
<tr>
<td>node_override_vif_802.1qbh=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to 802.1qbh</td>
</tr>
<tr>
<td>node_override_vif_binding_failed=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to binding_failed</td>
</tr>
<tr>
<td>node_override_vif_bridge=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to bridge</td>
</tr>
<tr>
<td>node_override_vif_hyperv=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to hyperv</td>
</tr>
<tr>
<td>node_override_vif_ivs=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ivs</td>
</tr>
<tr>
<td>node_override_vif_other=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to other</td>
</tr>
<tr>
<td>node_override_vif_ovs=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to ovs</td>
</tr>
<tr>
<td>node_override_vif_unbound=</td>
<td>(ListOpt) Nova compute nodes to manually set VIF type to unbound</td>
</tr>
<tr>
<td>server_auth=username:password</td>
<td>(StrOpt) The username and password for authenticating against the BigSwitch or Floodlight controller.</td>
</tr>
<tr>
<td>server_ssl=False</td>
<td>(BoolOpt) If True, Use SSL when connecting to the BigSwitch or Floodlight controller.</td>
</tr>
<tr>
<td>server_timeout=10</td>
<td>(IntOpt) Maximum number of seconds to wait for proxy request to connect and complete.</td>
</tr>
<tr>
<td>servers=localhost:8800</td>
<td>(StrOpt) A comma separated list of BigSwitch or Floodlight servers and port numbers. The plugin proxies the requests to the BigSwitch/Floodlight server, which performs the networking configuration. Note that only one server is needed per deployment, but you may wish to deploy multiple servers to support failover.</td>
</tr>
<tr>
<td>sync_data=False</td>
<td>(BoolOpt) Sync data on connect</td>
</tr>
<tr>
<td>tenant_default_router_rule=['*:any:any:permit']</td>
<td>(MultiStrOpt) The default router rules installed in new tenant routers. Repeat the config option for each rule. Format is &lt;tenant&gt;:&lt;source&gt;:&lt;destination&gt;:&lt;action&gt; Use an * to specify default for all tenants.</td>
</tr>
<tr>
<td>vif_type=ovs</td>
<td>(StrOpt) Virtual interface type to configure on Nova compute nodes</td>
</tr>
<tr>
<td>vif_types=unbound,binding_failed,ovs,ivs,bridge,802.1qbg,802.1qbh,hyperv,other</td>
<td>(ListOpt) List of allowed vif_type values.</td>
</tr>
</tbody>
</table>
</para>