Merge "Autogenerate neutron tables"
This commit is contained in:
commit
d0e72a6852
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -24,7 +24,7 @@
|
||||
<td>(IntOpt) Maximum number of router rules</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>neutron_id=neutron-docwork</td>
|
||||
<td>neutron_id=neutron-autodoc</td>
|
||||
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -11,50 +11,30 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>address=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
<td>(StrOpt) The address of the host to SSH to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ostype=NOS</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
<td>(StrOpt) Currently unused</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=None</td>
|
||||
<td>(StrOpt) Password for Redis server. (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=passw0rd</td>
|
||||
<td>(StrOpt) MidoNet admin password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=password</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin password</td>
|
||||
<td>(StrOpt) HTTP password for authentication</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>physical_interface=eth0</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
<td>(StrOpt) The network interface to use when creatinga port</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=admin</td>
|
||||
<td>(StrOpt) MidoNet admin username.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=username</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin username</td>
|
||||
<td>username=None</td>
|
||||
<td>(StrOpt) HTTP username for authentication</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,26 +11,30 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>host=docwork</td>
|
||||
<td>default_network_profile=default_network_profile</td>
|
||||
<td>(StrOpt) N1K default network profile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_policy_profile=service_profile</td>
|
||||
<td>(StrOpt) N1K default policy profile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=autodoc</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to locate redis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>model_class=neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2</td>
|
||||
<td>(StrOpt) Model Class</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_node_policy_profile=dhcp_pp</td>
|
||||
<td>(StrOpt) N1K policy profile for network node</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nexus_driver=neutron.plugins.cisco.test.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver</td>
|
||||
<td>(StrOpt) Nexus Driver Name</td>
|
||||
@ -39,6 +43,10 @@
|
||||
<td>nexus_plugin=neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin</td>
|
||||
<td>(StrOpt) Nexus Switch to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>poll_duration=10</td>
|
||||
<td>(StrOpt) N1K Policy profile polling duration in seconds</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>provider_vlan_auto_create=True</td>
|
||||
<td>(BoolOpt) Provider VLANs are automatically created as needed on the Nexus switch</td>
|
||||
@ -55,6 +63,14 @@
|
||||
<td>svi_round_robin=False</td>
|
||||
<td>(BoolOpt) Distribute SVI interfaces over all switches</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>svi_round_robin=False</td>
|
||||
<td>(BoolOpt) Distribute SVI interfaces over all switches</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vlan_name_prefix=q-</td>
|
||||
<td>(StrOpt) VLAN Name prefix</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vlan_name_prefix=q-</td>
|
||||
<td>(StrOpt) VLAN Name prefix</td>
|
||||
@ -63,6 +79,10 @@
|
||||
<td>vswitch_plugin=neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</td>
|
||||
<td>(StrOpt) Virtual Switch to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vxlan_id_ranges=5000:10000</td>
|
||||
<td>(StrOpt) N1K VXLAN ID Ranges</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,13 +11,13 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>admin_password=None</td>
|
||||
<td>(StrOpt) Admin password</td>
|
||||
<td>(StrOpt) ESM admin password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>admin_tenant_name=None</td>
|
||||
@ -39,10 +39,6 @@
|
||||
<td>auth_strategy=keystone</td>
|
||||
<td>(StrOpt) The type of authentication to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>auth_strategy=keystone</td>
|
||||
<td>(StrOpt) The type of authentication to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>auth_url=None</td>
|
||||
<td>(StrOpt) Authentication URL</td>
|
||||
@ -68,7 +64,7 @@
|
||||
<td>(BoolOpt) Allow sending resource operation notification to DHCP agent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dhcp_lease_duration=120</td>
|
||||
<td>dhcp_lease_duration=86400</td>
|
||||
<td>(IntOpt) DHCP lease duration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -80,17 +76,9 @@
|
||||
<td>(BoolOpt) Ensure that configured gateway is on subnet</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=docwork</td>
|
||||
<td>host=autodoc</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to locate redis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>lock_path=None</td>
|
||||
<td>(StrOpt) Directory to use for lock files. Default to a temp directory</td>
|
||||
@ -111,6 +99,14 @@
|
||||
<td>max_subnet_host_routes=20</td>
|
||||
<td>(IntOpt) Maximum number of host routes per subnet</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>meta_flavor_driver_mappings=None</td>
|
||||
<td>(StrOpt) Mapping between flavor and LinuxInterfaceDriver</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_device_mtu=None</td>
|
||||
<td>(IntOpt) MTU setting for device.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
@ -123,6 +119,10 @@
|
||||
<td>network_vlan_ranges=d,,,e,,,f,,,a,,,u,,,l,,,t,,,:,,,1,,,:,,,1,,,0,,,0,,,0</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=vlan:1:4095</td>
|
||||
<td>(StrOpt) N1K Network VLAN Ranges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
@ -131,9 +131,17 @@
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ovs_integration_bridge=br-int</td>
|
||||
<td>(StrOpt) Name of Open vSwitch bridge to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ovs_use_veth=False</td>
|
||||
<td>(BoolOpt) Uses veth for an interface or not</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>periodic_fuzzy_delay=5</td>
|
||||
<td>(IntOpt) range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
|
||||
<td>(IntOpt) Range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>periodic_interval=40</td>
|
||||
@ -153,4 +161,4 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
60
doc/common/tables/neutron-embrane.xml
Normal file
60
doc/common/tables/neutron-embrane.xml
Normal file
@ -0,0 +1,60 @@
|
||||
<?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 embrane</caption>
|
||||
<col width="50%"/>
|
||||
<col width="50%"/>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>admin_username=admin</td>
|
||||
<td>(StrOpt) ESM admin username.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>async_requests=True</td>
|
||||
<td>(BoolOpt) Define if the requests have run asynchronously or not</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dummy_utif_id=None</td>
|
||||
<td>(StrOpt) Dummy user traffic Security Zone id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>esm_mgmt=None</td>
|
||||
<td>(StrOpt) ESM management root address</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>inband_id=None</td>
|
||||
<td>(StrOpt) In band Security Zone id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>mgmt_id=None</td>
|
||||
<td>(StrOpt) Management Security Zone id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>oob_id=None</td>
|
||||
<td>(StrOpt) Out of band Security Zone id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>resource_pool_id=None</td>
|
||||
<td>(StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>resource_pool_id=default</td>
|
||||
<td>(StrOpt) Shared resource pool id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>router_image=None</td>
|
||||
<td>(StrOpt) Router image id (Embrane FW/VPN)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
24
doc/common/tables/neutron-fwaas.xml
Normal file
24
doc/common/tables/neutron-fwaas.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?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 fwaas</caption>
|
||||
<col width="50%"/>
|
||||
<col width="50%"/>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>enabled=False</td>
|
||||
<td>(BoolOpt) Enable FWaaS</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -11,10 +11,18 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>enable_metrics_collection=False</td>
|
||||
<td>(BoolOpt) Enables metrics collections for switch ports by using Hyper-V's metric APIs. Collected data can by retrieved by other apps and services, e.g.: Ceilometer. Requires Hyper-V / Windows Server 2012 and above</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>force_hyperv_utils_v1=False</td>
|
||||
<td>(BoolOpt) Force V1 WMI utility classes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>local_network_vswitch=private</td>
|
||||
<td>(StrOpt) Private vswitch name used for local networks</td>
|
||||
@ -23,22 +31,6 @@
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=default:1:1000</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>physical_network_vswitch_mappings=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vswitch> where the physical networks can be expressed with wildcards, e.g.: ."*:external"</td>
|
||||
@ -53,7 +45,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, or none)</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=vlan</td>
|
||||
@ -61,8 +53,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
||||
<td>(StrOpt) N1K Tenant Network Type</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, or none)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,14 +11,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>driver_fqn=neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver</td>
|
||||
<td>(StrOpt) LBaaS driver Fully Qualified Name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>loadbalancer_pool_scheduler_driver=neutron.services.loadbalancer.agent_scheduler.ChanceScheduler</td>
|
||||
<td>(StrOpt) Driver to use for scheduling pool to a default loadbalancer agent</td>
|
||||
|
@ -11,10 +11,18 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>enable_vxlan=False</td>
|
||||
<td>(BoolOpt) Enable VXLAN on the agent. Can be enabled when agent is managed by ml2 plugin using linuxbridge mechanism driver</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l2_population=False</td>
|
||||
<td>(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>physical_interface_mappings=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<physical_interface></td>
|
||||
@ -29,7 +37,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, or none)</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=vlan</td>
|
||||
@ -37,8 +45,24 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
||||
<td>(StrOpt) N1K Tenant Network Type</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tos=None</td>
|
||||
<td>(IntOpt) TOS for vxlan interface protocol packets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ttl=None</td>
|
||||
<td>(IntOpt) TTL for vxlan interface protocol packets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vxlan_group=224.0.0.1</td>
|
||||
<td>(StrOpt) Multicast group for vxlan interface.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -23,14 +23,6 @@
|
||||
<td>auth_strategy=keystone</td>
|
||||
<td>(StrOpt) The type of authentication to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>metadata_proxy_socket=$state_path/metadata_proxy</td>
|
||||
<td>(StrOpt) Location of Metadata Proxy UNIX domain socket</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>metadata_router_id=None</td>
|
||||
<td>(StrOpt) Virtual metadata router ID.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -11,10 +11,14 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>midonet_host_uuid_path=/etc/midolman/host_uuid.properties</td>
|
||||
<td>(StrOpt) Path to midonet host uuid file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>midonet_uri=http://localhost:8080/midonet-api</td>
|
||||
<td>(StrOpt) MidoNet API server URI.</td>
|
||||
@ -23,22 +27,10 @@
|
||||
<td>mode=dev</td>
|
||||
<td>(StrOpt) Operational mode. Internal dev use only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=None</td>
|
||||
<td>(StrOpt) Password for Redis server. (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=passw0rd</td>
|
||||
<td>(StrOpt) MidoNet admin password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=password</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>project_id=77777777-7777-7777-7777-777777777777</td>
|
||||
<td>(StrOpt) ID of the project that MidoNet admin userbelongs to.</td>
|
||||
@ -51,14 +43,6 @@
|
||||
<td>username=admin</td>
|
||||
<td>(StrOpt) MidoNet admin username.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=username</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin username</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,10 +11,26 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>agent_boot_time=180</td>
|
||||
<td>(IntOpt) Delay within which agent is expected to update existing ports whent it restarts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>eapi_host=</td>
|
||||
<td>(StrOpt) Arista EOS IP address. This is required field.If not set, all communications to Arista EOSwill fail</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>eapi_password=</td>
|
||||
<td>(StrOpt) Password for Arista EOS. This is required field.if not set, all communications to Arista EOSwill fail</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>eapi_username=</td>
|
||||
<td>(StrOpt) Username for Arista EOS. This is required field.if not set, all communications to Arista EOSwill fail</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>flat_networks=</td>
|
||||
<td>(ListOpt) List of physical_network names with which flat networks can be created. Use * to allow flat networks with arbitrary physical_network names.</td>
|
||||
@ -23,22 +39,46 @@
|
||||
<td>mechanism_drivers=</td>
|
||||
<td>(ListOpt) An ordered list of networking mechanism driver entrypoints to be loaded from the neutron.ml2.mechanism_drivers namespace.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>region_name=RegionOne</td>
|
||||
<td>(StrOpt) Defines Region Name that is assigned to this OpenStackController. This is useful when multipleOpenStack/Neutron controllers are managing the sameArista HW clusters. Note that this name must match withthe region name registered (or known) to keystoneservice. Authentication with Keysotne is performed byEOS. This is optional. If not set, a value of"RegionOne" is assumed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>req_timeout=30</td>
|
||||
<td>(IntOpt) Total time limit for a cluster request</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>sync_interval=180</td>
|
||||
<td>(IntOpt) Sync interval in seconds between Neutron plugin andEOS. This interval defines how often thesynchronization is performed. This is an optionalfield. If not set, a value of 180 seconds is assumed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_types=local</td>
|
||||
<td>(ListOpt) Ordered list of network_types to allocate as tenant networks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>timeout=10</td>
|
||||
<td>(IntOpt) HTTP timeout in seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>type_drivers=local,flat,vlan,gre,vxlan</td>
|
||||
<td>(ListOpt) List of network type driver entrypoints to be loaded from the neutron.ml2.type_drivers namespace.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>url=None</td>
|
||||
<td>(StrOpt) HTTP URL of Tail-f NCS REST interface.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>use_fqdn=True</td>
|
||||
<td>(BoolOpt) Defines if hostnames are sent to Arista EOS as FQDNs("node1.domain.com") or as short names ("node1").This is optional. If not set, a value of "True"is assumed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vni_ranges=</td>
|
||||
<td>(ListOpt) Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges of VXLAN VNI IDs that are available for tenant network allocation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vxlan_group=224.0.0.1</td>
|
||||
<td>(StrOpt) Multicast group for vxlan interface.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -24,8 +24,8 @@
|
||||
<td>(IntOpt) The number of milliseconds the agent will wait for response on request to daemon.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vnic_type=direct</td>
|
||||
<td>(StrOpt) type of VM network interface: direct or hosdev</td>
|
||||
<td>vnic_type=mlnx_direct</td>
|
||||
<td>(StrOpt) Type of VM network interface: mlnx_direct or hostdev</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -19,6 +19,10 @@
|
||||
<td>cert_file=None</td>
|
||||
<td>(StrOpt) Certificate file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_router_provider=l3-agent</td>
|
||||
<td>(StrOpt) Default router provider to use.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>driver=trema</td>
|
||||
<td>(StrOpt) Driver to use</td>
|
||||
@ -28,28 +32,16 @@
|
||||
<td>(BoolOpt) Enable packet filter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=docwork</td>
|
||||
<td>host=autodoc</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to locate redis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port=6379</td>
|
||||
<td>(IntOpt) Use this port to connect to redis host.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port=8888</td>
|
||||
<td>(StrOpt) Port to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>use_ssl=False</td>
|
||||
<td>(BoolOpt) Enable SSL on the API server</td>
|
||||
<td>router_providers=l3-agent,openflow</td>
|
||||
<td>(ListOpt) List of enabled router providers.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>use_ssl=False</td>
|
||||
@ -57,4 +49,4 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,14 +11,26 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>agent_mode=agent</td>
|
||||
<td>(StrOpt) The mode used to implement DHCP/metadata services.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>concurrent_connections=5</td>
|
||||
<td>(IntOpt) Maximum concurrent connections</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>datacenter_moid=None</td>
|
||||
<td>(StrOpt) Optional parameter identifying the ID of datacenter to deploy NSX Edges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>datastore_id=None</td>
|
||||
<td>(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_interface_name=breth0</td>
|
||||
<td>(StrOpt) Name of the interface on a L2 Gateway transport nodewhich should be used by default when setting up a network connection</td>
|
||||
@ -40,13 +52,21 @@
|
||||
<td>(StrOpt) This is uuid of the default NVP Transport zone that will be used for creating tunneled isolated "Neutron" networks. It needs to be created in NVP before starting Neutron with the nvp plugin.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_metadata_access_network=True</td>
|
||||
<td>(BoolOpt) Enables dedicated connection to the metadata proxy for metadata server access via Neutron router</td>
|
||||
<td>deployment_container_id=None</td>
|
||||
<td>(StrOpt) Optional parameter identifying the ID of datastore to deploy NSX Edges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>external_network=None</td>
|
||||
<td>(StrOpt) Network ID for physical network connectivity</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>http_timeout=10</td>
|
||||
<td>(IntOpt) Time before aborting a request</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>manager_uri=None</td>
|
||||
<td>(StrOpt) uri for vsm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>max_lp_per_bridged_ls=64</td>
|
||||
<td>(IntOpt) Maximum number of ports of a logical switch on a bridged transport zone (default 64)</td>
|
||||
@ -55,10 +75,22 @@
|
||||
<td>max_lp_per_overlay_ls=256</td>
|
||||
<td>(IntOpt) Maximum number of ports of a logical switch on an overlay transport zone (default 64)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>max_random_sync_delay=0</td>
|
||||
<td>(IntOpt) Maximum value for the additional random delay in seconds between runs of the state synchronization task</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>metadata_mode=access_network</td>
|
||||
<td>(StrOpt) If set to access_network this enables a dedicated connection to the metadata proxy for metadata server access via Neutron router. If set to dhcp_host_route this enables host route injection via the dhcp agent. This option is only useful if running on a host that does not support namespaces otherwise access_network should be used.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>min_chunk_size=500</td>
|
||||
<td>(IntOpt) Minimum number of resources to be retrieved from NVP during state synchronization</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>min_sync_req_delay=10</td>
|
||||
<td>(IntOpt) Minimum delay, in seconds, between two state synchronization queries to NVP. It must not exceed state_sync_interval</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nvp_cluster_uuid=None</td>
|
||||
<td>(StrOpt) Optional paramter identifying the UUID of the cluster in NVP. This can be retrieved from NVP management console "admin" section.</td>
|
||||
@ -83,10 +115,26 @@
|
||||
<td>redirects=2</td>
|
||||
<td>(IntOpt) Number of times a redirect should be followed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>resource_pool_id=default</td>
|
||||
<td>(StrOpt) Shared resource pool id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>retries=2</td>
|
||||
<td>(IntOpt) Number of time a request should be retried</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state_sync_interval=120</td>
|
||||
<td>(IntOpt) Interval in seconds between runs of the state synchronization task. Set it to 0 to disable it</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>task_status_check_interval=2000</td>
|
||||
<td>(IntOpt) Task status check interval</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>user=admin</td>
|
||||
<td>(StrOpt) User name for vsm</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -19,6 +19,10 @@
|
||||
<td>bridge_mappings=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<bridge></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bridge_mappings=</td>
|
||||
<td>(StrOpt) N1K Bridge Mappings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>enable_tunneling=False</td>
|
||||
<td>(BoolOpt) Enable tunneling support</td>
|
||||
@ -31,42 +35,26 @@
|
||||
<td>integration_bridge=br-int</td>
|
||||
<td>(StrOpt) Integration bridge to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>integration_bridge=br-int</td>
|
||||
<td>(StrOpt) N1K Integration Bridge</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l2_population=False</td>
|
||||
<td>(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>local_ip=</td>
|
||||
<td>(StrOpt) Local IP address of GRE tunnel endpoints.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
<td>local_ip=</td>
|
||||
<td>(StrOpt) Local IP address of the VXLAN endpoints.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=d,e,f,a,u,l,t,:,1,:,1,0,0,0</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges=</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, flat, vlan or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=vlan</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, ib, vlan, or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type=local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
||||
@ -79,26 +67,18 @@
|
||||
<td>tunnel_bridge=br-tun</td>
|
||||
<td>(StrOpt) Tunnel bridge to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tunnel_id_ranges=</td>
|
||||
<td>(ListOpt) List of <tun_min>:<tun_max></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tunnel_id_ranges=</td>
|
||||
<td>(ListOpt) Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges of GRE tunnel IDs that are available for tenant network allocation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tunnel_type=</td>
|
||||
<td>(StrOpt) The type of tunnels to use when utilizing tunnels, either 'gre' or 'vxlan'</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tunnel_types=</td>
|
||||
<td>(ListOpt) Network types supported by the agent (gre and/or vxlan)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>veth_mtu=None</td>
|
||||
<td>(IntOpt) MTU size of veth interfaces</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vxlan_udp_port=4789</td>
|
||||
<td>(IntOpt) The UDP port to use for VXLAN tunnels.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,10 +11,18 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>director=localhost</td>
|
||||
<td>(StrOpt) vArmour director ip</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>director_port=443</td>
|
||||
<td>(StrOpt) vArmour director port</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>director_server=localhost</td>
|
||||
<td>(StrOpt) PLUMgrid Director server to connect to</td>
|
||||
@ -24,16 +32,12 @@
|
||||
<td>(StrOpt) PLUMgrid Director server port to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=None</td>
|
||||
<td>(StrOpt) Password for Redis server. (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=passw0rd</td>
|
||||
<td>(StrOpt) MidoNet admin password.</td>
|
||||
<td>password=varmour</td>
|
||||
<td>(StrOpt) vArmour director password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
<td>(StrOpt) The SSH password to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=password</td>
|
||||
@ -43,18 +47,10 @@
|
||||
<td>servertimeout=5</td>
|
||||
<td>(IntOpt) PLUMgrid Director server timeout</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=admin</td>
|
||||
<td>(StrOpt) MidoNet admin username.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username=username</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin username</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -47,6 +47,10 @@
|
||||
<td>qpid_tcp_nodelay=True</td>
|
||||
<td>(BoolOpt) Disable Nagle algorithm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>qpid_topology_version=1</td>
|
||||
<td>(IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>qpid_username=</td>
|
||||
<td>(StrOpt) Username for qpid connection</td>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -53,7 +53,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_network_gateway=5</td>
|
||||
<td>(IntOpt) number of network gateways allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of network gateways allowed per tenant, -1 for unlimited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_packet_filter=100</td>
|
||||
@ -61,7 +61,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_port=50</td>
|
||||
<td>(IntOpt) number of ports allowed per tenant, minus for unlimited</td>
|
||||
<td>(IntOpt) Number of ports allowed per tenant, minus for unlimited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_router=10</td>
|
||||
|
@ -11,14 +11,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>rabbit_durable_queues=False</td>
|
||||
<td>(BoolOpt) use durable queues in RabbitMQ</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rabbit_ha_queues=False</td>
|
||||
<td>(BoolOpt) use H/A queues in RabbitMQ (x-ha-policy: all).You need to wipe RabbitMQ database when changing this option.</td>
|
||||
|
@ -11,26 +11,26 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>amqp_auto_delete=False</td>
|
||||
<td>(BoolOpt) Auto-delete queues in amqp.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>amqp_durable_queues=False</td>
|
||||
<td>(BoolOpt) Use durable queues in amqp.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>control_exchange=neutron</td>
|
||||
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=docwork</td>
|
||||
<td>host=autodoc</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to locate redis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host=127.0.0.1</td>
|
||||
<td>(StrOpt) Host to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>matchmaker_heartbeat_freq=300</td>
|
||||
<td>(IntOpt) Heartbeat frequency</td>
|
||||
@ -39,25 +39,9 @@
|
||||
<td>matchmaker_heartbeat_ttl=600</td>
|
||||
<td>(IntOpt) Heartbeat time-to-live.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=None</td>
|
||||
<td>(StrOpt) Password for Redis server. (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=passw0rd</td>
|
||||
<td>(StrOpt) MidoNet admin password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=</td>
|
||||
<td>(StrOpt) No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password=password</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port=6379</td>
|
||||
<td>(IntOpt) Use this port to connect to redis host.</td>
|
||||
<td>(StrOpt) The SSH password to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port=8888</td>
|
||||
@ -97,4 +81,4 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -25,7 +25,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>router_auto_schedule=True</td>
|
||||
<td>(BoolOpt) Allow auto scheduling routers to L3 agent.</td>
|
||||
<td>(BoolOpt) Allow auto scheduling of routers to L3 agent.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>router_scheduler_driver=neutron.scheduler.l3_agent_scheduler.ChanceScheduler</td>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
40
doc/common/tables/neutron-vpn.xml
Normal file
40
doc/common/tables/neutron-vpn.xml
Normal file
@ -0,0 +1,40 @@
|
||||
<?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 vpn</caption>
|
||||
<col width="50%"/>
|
||||
<col width="50%"/>
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>config_base_dir=$state_path/ipsec</td>
|
||||
<td>(StrOpt) Location to store ipsec server config files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ipsec_config_template=/usr/lib/python2.7/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template</td>
|
||||
<td>(StrOpt) Template file for ipsec configuration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ipsec_secret_template=/usr/lib/python2.7/site-packages/neutron/services/vpn/device_drivers/template/openswan/ipsec.secret.template</td>
|
||||
<td>(StrOpt) Template file for ipsec secret configuration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ipsec_status_check_interval=60</td>
|
||||
<td>(IntOpt) Interval for checking ipsec status</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vpn_device_driver=['neutron.services.vpn.device_drivers.ipsec.OpenSwanDriver']</td>
|
||||
<td>(MultiStrOpt) The vpn device drivers Neutron will use</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Configuration option=Default value</td>
|
||||
<td>(Type) Description</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -24,7 +24,7 @@
|
||||
<td>(IntOpt) Number of ZeroMQ contexts, defaults to 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_zmq_host=docwork</td>
|
||||
<td>rpc_zmq_host=autodoc</td>
|
||||
<td>(StrOpt) Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -3,14 +3,20 @@ address brocade
|
||||
admin_password common
|
||||
admin_tenant_name common
|
||||
admin_user common
|
||||
admin_username embrane
|
||||
agent_boot_time ml2
|
||||
agent_down_time agent
|
||||
agent_mode nicira
|
||||
allow_bulk api
|
||||
allow_overlapping_ips policy
|
||||
allow_pagination api
|
||||
allow_sorting api
|
||||
allowed_rpc_exception_modules common
|
||||
amqp_auto_delete rpc
|
||||
amqp_durable_queues rpc
|
||||
api_extensions_path api
|
||||
api_paste_config api
|
||||
async_requests embrane
|
||||
auth_region common
|
||||
auth_strategy common
|
||||
auth_strategy metadata
|
||||
@ -24,12 +30,15 @@ bind_port common
|
||||
bridge_mappings openvswitch
|
||||
cert_file nec
|
||||
concurrent_connections nicira
|
||||
config_base_dir vpn
|
||||
connection db
|
||||
connection_debug db
|
||||
connection_trace db
|
||||
control_exchange rpc
|
||||
core_plugin common
|
||||
daemon_endpoint mlnx
|
||||
datacenter_moid nicira
|
||||
datastore_id nicira
|
||||
debug logging
|
||||
default_flavor meta
|
||||
default_interface_name nicira
|
||||
@ -37,44 +46,64 @@ default_l2_gw_service_uuid nicira
|
||||
default_l3_flavor meta
|
||||
default_l3_gw_service_uuid nicira
|
||||
default_log_levels logging
|
||||
default_network_profile cisco
|
||||
default_notification_level notifier
|
||||
default_policy_profile cisco
|
||||
default_publisher_id notifier
|
||||
default_quota quotas
|
||||
default_router_provider nec
|
||||
default_transport_type nicira
|
||||
default_tz_uuid nicira
|
||||
deployment_container_id nicira
|
||||
dhcp_agent_notification common
|
||||
dhcp_agents_per_network db
|
||||
dhcp_lease_duration common
|
||||
director plumgrid
|
||||
director_port plumgrid
|
||||
director_server plumgrid
|
||||
director_server_port plumgrid
|
||||
disable_process_locking common
|
||||
driver nec
|
||||
driver_fqn lbaas
|
||||
enable_metadata_access_network nicira
|
||||
dummy_utif_id embrane
|
||||
eapi_host ml2
|
||||
eapi_password ml2
|
||||
eapi_username ml2
|
||||
enable_metrics_collection hyperv
|
||||
enable_packet_filter nec
|
||||
enable_tunneling openvswitch
|
||||
enable_vxlan linuxbridge
|
||||
enabled fwaas
|
||||
esm_mgmt embrane
|
||||
extension_map meta
|
||||
external_network nicira
|
||||
external_pids agent
|
||||
fake_rabbit testing
|
||||
fatal_deprecations logging
|
||||
firewall_driver securitygroups
|
||||
flat_networks ml2
|
||||
force_gateway_on_subnet common
|
||||
force_hyperv_utils_v1 hyperv
|
||||
host cisco
|
||||
host common
|
||||
host nec
|
||||
host rpc
|
||||
http_timeout nicira
|
||||
idle_timeout db
|
||||
inband_id embrane
|
||||
instance_format logging
|
||||
instance_uuid_format logging
|
||||
int_peer_patch_port openvswitch
|
||||
integration_bridge openvswitch
|
||||
ipsec_config_template vpn
|
||||
ipsec_secret_template vpn
|
||||
ipsec_status_check_interval vpn
|
||||
key_file ssl
|
||||
kombu_ssl_ca_certs kombu
|
||||
kombu_ssl_certfile kombu
|
||||
kombu_ssl_keyfile kombu
|
||||
kombu_ssl_version kombu
|
||||
l2_population linuxbridge
|
||||
l2_population openvswitch
|
||||
l3_plugin_list meta
|
||||
loadbalancer_pool_scheduler_driver lbaas
|
||||
local_ip openvswitch
|
||||
@ -90,6 +119,7 @@ logging_debug_format_suffix logging
|
||||
logging_default_format_string logging
|
||||
logging_exception_prefix logging
|
||||
mac_generation_retries common
|
||||
manager_uri nicira
|
||||
matchmaker_heartbeat_freq rpc
|
||||
matchmaker_heartbeat_ttl rpc
|
||||
max_dns_nameservers common
|
||||
@ -98,19 +128,26 @@ max_lp_per_bridged_ls nicira
|
||||
max_lp_per_overlay_ls nicira
|
||||
max_overflow db
|
||||
max_pool_size db
|
||||
max_random_sync_delay nicira
|
||||
max_retries db
|
||||
max_router_rules bigswitch
|
||||
max_routes quotas
|
||||
max_subnet_host_routes common
|
||||
mechanism_drivers ml2
|
||||
meta_flavor_driver_mappings common
|
||||
metadata_mode nicira
|
||||
metadata_proxy_socket metadata
|
||||
metadata_router_id metadata
|
||||
mgmt_id embrane
|
||||
midonet_host_uuid_path midonet
|
||||
midonet_uri midonet
|
||||
min_chunk_size nicira
|
||||
min_pool_size db
|
||||
min_sync_req_delay nicira
|
||||
mode midonet
|
||||
model_class cisco
|
||||
network_auto_schedule scheduler
|
||||
network_device_mtu common
|
||||
network_node_policy_profile cisco
|
||||
network_scheduler_driver scheduler
|
||||
network_vlan_ranges common
|
||||
network_vlan_ranges hyperv
|
||||
@ -134,8 +171,11 @@ nvp_controllers nicira
|
||||
nvp_gen_timeout nicira
|
||||
nvp_password nicira
|
||||
nvp_user nicira
|
||||
oob_id embrane
|
||||
openflow_rest_api ryu
|
||||
ostype brocade
|
||||
ovs_integration_bridge common
|
||||
ovs_use_veth common
|
||||
ovsdb_interface ryu
|
||||
ovsdb_ip ryu
|
||||
ovsdb_port ryu
|
||||
@ -151,6 +191,7 @@ physical_interface_mappings linuxbridge
|
||||
physical_network_vswitch_mappings hyperv
|
||||
plugin_list meta
|
||||
policy_file policy
|
||||
poll_duration cisco
|
||||
polling_interval hyperv
|
||||
pool_timeout db
|
||||
port nec
|
||||
@ -169,6 +210,7 @@ qpid_port qpid
|
||||
qpid_protocol qpid
|
||||
qpid_sasl_mechanisms qpid
|
||||
qpid_tcp_nodelay qpid
|
||||
qpid_topology_version qpid
|
||||
qpid_username qpid
|
||||
quota_driver quotas
|
||||
quota_firewall quotas
|
||||
@ -184,7 +226,6 @@ quota_router quotas
|
||||
quota_security_group quotas
|
||||
quota_security_group_rule quotas
|
||||
quota_subnet quotas
|
||||
rabbit_durable_queues rabbitmq
|
||||
rabbit_ha_queues rabbitmq
|
||||
rabbit_host rabbitmq
|
||||
rabbit_hosts rabbitmq
|
||||
@ -197,15 +238,20 @@ rabbit_use_ssl rabbitmq
|
||||
rabbit_userid rabbitmq
|
||||
rabbit_virtual_host rabbitmq
|
||||
redirects nicira
|
||||
region_name ml2
|
||||
report_interval agent
|
||||
req_timeout ml2
|
||||
request_timeout mlnx
|
||||
resource_pool_id embrane
|
||||
resource_pool_id nicira
|
||||
retries nicira
|
||||
retry_interval db
|
||||
retry_until_window wsgi
|
||||
ringfile rpc
|
||||
root_helper common
|
||||
router_auto_schedule scheduler
|
||||
router_image embrane
|
||||
router_providers nec
|
||||
router_scheduler_driver scheduler
|
||||
rpc_backend rpc
|
||||
rpc_cast_timeout rpc
|
||||
@ -235,17 +281,23 @@ ssl_ca_file ssl
|
||||
ssl_cert_file ssl
|
||||
ssl_key_file ssl
|
||||
state_path common
|
||||
state_sync_interval nicira
|
||||
supported_extension_aliases meta
|
||||
svi_round_robin cisco
|
||||
sync_data bigswitch
|
||||
sync_interval ml2
|
||||
syslog_log_facility logging
|
||||
task_status_check_interval nicira
|
||||
tcp_keepidle wsgi
|
||||
tenant_default_router_rule bigswitch
|
||||
tenant_network_type hyperv
|
||||
tenant_network_type linuxbridge
|
||||
tenant_network_type openvswitch
|
||||
tenant_network_types ml2
|
||||
timeout ml2
|
||||
topics rpc
|
||||
tos linuxbridge
|
||||
ttl linuxbridge
|
||||
tun_peer_patch_port openvswitch
|
||||
tunnel_bridge openvswitch
|
||||
tunnel_id_ranges openvswitch
|
||||
@ -256,11 +308,14 @@ tunnel_key_min ryu
|
||||
tunnel_type openvswitch
|
||||
tunnel_types openvswitch
|
||||
type_drivers ml2
|
||||
url ml2
|
||||
use_fqdn ml2
|
||||
use_ssl nec
|
||||
use_ssl ssl
|
||||
use_stderr logging
|
||||
use_syslog logging
|
||||
use_tpool db
|
||||
user nicira
|
||||
username brocade
|
||||
username midonet
|
||||
username plumgrid
|
||||
@ -271,4 +326,9 @@ vif_types bigswitch
|
||||
vlan_name_prefix cisco
|
||||
vni_ranges ml2
|
||||
vnic_type mlnx
|
||||
vpn_device_driver vpn
|
||||
vswitch_plugin cisco
|
||||
vxlan_group linuxbridge
|
||||
vxlan_group ml2
|
||||
vxlan_id_ranges cisco
|
||||
vxlan_udp_port openvswitch
|
||||
|
Loading…
Reference in New Issue
Block a user