openstack-manuals/doc/common/tables/neutron-ml2_cisco.xml
Tom Fifield dc7c13a659 Regenerate config tables for K1
This patch regenerates the configuration tables using
code from 2014-12-31, or about kilo-1.

It also uses new doc-tools code to mark-up options
and their default values semantically.

Change-Id: Id68a87b69fb80edbc156b9bcb1549cca5e61464b
2015-01-01 19:13:38 +08:00

113 lines
4.7 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_ml2_cisco">
<caption>Description of ML2 Cisco mechanism driver 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>apic_system_id</option> = <replaceable>openstack</replaceable></td>
<td>(StrOpt) Prefix for APIC domain/names/profiles created</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco]</th>
</tr>
<tr>
<td><option>managed_physical_network</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The physical network managed by the switches.</td>
</tr>
<tr>
<th colspan="2">[ml2_cisco_apic]</th>
</tr>
<tr>
<td><option>apic_agent_poll_interval</option> = <replaceable>2</replaceable></td>
<td>(FloatOpt) Interval between agent poll for topology (in sec)</td>
</tr>
<tr>
<td><option>apic_agent_report_interval</option> = <replaceable>30</replaceable></td>
<td>(FloatOpt) Interval between agent status updates (in sec)</td>
</tr>
<tr>
<td><option>apic_app_profile_name</option> = <replaceable>${apic_system_id}_app</replaceable></td>
<td>(StrOpt) Name for the app profile used for Openstack</td>
</tr>
<tr>
<td><option>apic_domain_name</option> = <replaceable>${apic_system_id}</replaceable></td>
<td>(StrOpt) Name for the domain created on APIC</td>
</tr>
<tr>
<td><option>apic_entity_profile</option> = <replaceable>${apic_system_id}_entity_profile</replaceable></td>
<td>(StrOpt) Name of the entity profile to be created</td>
</tr>
<tr>
<td><option>apic_function_profile</option> = <replaceable>${apic_system_id}_function_profile</replaceable></td>
<td>(StrOpt) Name of the function profile to be created</td>
</tr>
<tr>
<td><option>apic_host_uplink_ports</option> = <replaceable></replaceable></td>
<td>(ListOpt) The uplink ports to check for ACI connectivity</td>
</tr>
<tr>
<td><option>apic_hosts</option> = <replaceable></replaceable></td>
<td>(ListOpt) An ordered list of host names or IP addresses of the APIC controller(s).</td>
</tr>
<tr>
<td><option>apic_lacp_profile</option> = <replaceable>${apic_system_id}_lacp_profile</replaceable></td>
<td>(StrOpt) Name of the LACP profile to be created</td>
</tr>
<tr>
<td><option>apic_name_mapping</option> = <replaceable>use_name</replaceable></td>
<td>(StrOpt) Name mapping strategy to use: use_uuid | use_name</td>
</tr>
<tr>
<td><option>apic_node_profile</option> = <replaceable>${apic_system_id}_node_profile</replaceable></td>
<td>(StrOpt) Name of the node profile to be created</td>
</tr>
<tr>
<td><option>apic_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password for the APIC controller</td>
</tr>
<tr>
<td><option>apic_sync_interval</option> = <replaceable>0</replaceable></td>
<td>(IntOpt) Synchronization interval in seconds</td>
</tr>
<tr>
<td><option>apic_use_ssl</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Use SSL to connect to the APIC controller</td>
</tr>
<tr>
<td><option>apic_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username for the APIC controller</td>
</tr>
<tr>
<td><option>apic_vlan_ns_name</option> = <replaceable>${apic_system_id}_vlan_ns</replaceable></td>
<td>(StrOpt) Name for the vlan namespace to be used for Openstack</td>
</tr>
<tr>
<td><option>apic_vlan_range</option> = <replaceable>2:4093</replaceable></td>
<td>(StrOpt) Range of VLAN's to be used for Openstack</td>
</tr>
<tr>
<td><option>apic_vpc_pairs</option> = <replaceable></replaceable></td>
<td>(ListOpt) The switch pairs for VPC connectivity</td>
</tr>
<tr>
<td><option>root_helper</option> = <replaceable>sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf</replaceable></td>
<td>(StrOpt) Setup root helper as rootwrap or sudo</td>
</tr>
</tbody>
</table>
</para>