20b6805c04
Also fixed up some duplicate config options due to a bug in autohelp.py. While working through duplication options, I believe I encountered some that weren't being output, but I'd rather spend the time fixing the tool than manually adding those. Change-Id: I60eb035b97d354bc57168421facafd895ace2a10
105 lines
5.2 KiB
XML
105 lines
5.2 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>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</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_midonet = </td>
|
|
<td>(ListOpt) Nova compute nodes to manually set VIF type to midonet</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 <tenant>:<source>:<destination>:<action> 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, midonet, other</td>
|
|
<td>(ListOpt) List of allowed vif_type values.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|