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