Update neutron options for icehouse
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
This commit is contained in:
parent
be38d0b623
commit
20b6805c04
@ -16,8 +16,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>agent_down_time = 5</td>
|
||||
<td>(IntOpt) Seconds to regard the agent is down.</td>
|
||||
<td>agent_down_time = 9</td>
|
||||
<td>(IntOpt) Seconds to regard the agent is down; should be at least twice report_interval, to be sure the agent is down for good.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>external_pids = $state_path/external/pids</td>
|
||||
@ -29,7 +29,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>report_interval = 4</td>
|
||||
<td>(FloatOpt) Seconds between nodes reporting state to server</td>
|
||||
<td>(FloatOpt) Seconds between nodes reporting state to server; should be less than agent_down_time, best if it is half or less than agent_down_time.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>use_namespaces = True</td>
|
||||
|
@ -51,6 +51,10 @@
|
||||
<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>
|
||||
@ -92,7 +96,7 @@
|
||||
<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>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>
|
||||
|
@ -24,16 +24,16 @@
|
||||
<td>(StrOpt) Currently unused</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password = None</td>
|
||||
<td>(StrOpt) HTTP password for authentication</td>
|
||||
<td>password = </td>
|
||||
<td>(StrOpt) The SSH password to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>physical_interface = eth0</td>
|
||||
<td>(StrOpt) The network interface to use when creatinga port</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username = None</td>
|
||||
<td>(StrOpt) HTTP username for authentication</td>
|
||||
<td>username = </td>
|
||||
<td>(StrOpt) The SSH username to use</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -23,10 +23,6 @@
|
||||
<td>default_policy_profile = service_profile</td>
|
||||
<td>(StrOpt) N1K default policy profile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host = [hostname]</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>model_class = neutron.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2</td>
|
||||
<td>(StrOpt) Model Class</td>
|
||||
@ -35,14 +31,14 @@
|
||||
<td>network_node_policy_profile = dhcp_pp</td>
|
||||
<td>(StrOpt) N1K policy profile for network node</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges = vlan:1:4095</td>
|
||||
<td>(StrOpt) N1K Network VLAN Ranges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nexus_driver = neutron.plugins.cisco.test.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver</td>
|
||||
<td>(StrOpt) Nexus Driver Name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nexus_l3_enable = False</td>
|
||||
<td>(BoolOpt) Enable L3 support on the Nexus switches</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nexus_plugin = neutron.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin</td>
|
||||
<td>(StrOpt) Nexus Switch to use</td>
|
||||
|
@ -19,11 +19,27 @@
|
||||
<td>admin_password = None</td>
|
||||
<td>(StrOpt) Admin password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>admin_password = None</td>
|
||||
<td>(StrOpt) Admin password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>admin_password = None</td>
|
||||
<td>(StrOpt) ESM admin password.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>admin_tenant_name = None</td>
|
||||
<td>(StrOpt) Admin tenant name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>admin_tenant_name = None</td>
|
||||
<td>(StrOpt) Admin tenant name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>admin_user = None</td>
|
||||
<td>(StrOpt) Admin username</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>admin_user = None</td>
|
||||
<td>(StrOpt) Admin user</td>
|
||||
</tr>
|
||||
@ -31,6 +47,14 @@
|
||||
<td>allowed_rpc_exception_modules = neutron.openstack.common.exception, nova.exception, cinder.exception, exceptions</td>
|
||||
<td>(ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>api_workers = 0</td>
|
||||
<td>(IntOpt) Number of separate worker processes for service</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>auth_region = None</td>
|
||||
<td>(StrOpt) Authentication region</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>auth_region = None</td>
|
||||
<td>(StrOpt) Authentication region</td>
|
||||
@ -43,6 +67,10 @@
|
||||
<td>auth_url = None</td>
|
||||
<td>(StrOpt) Authentication URL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>auth_url = None</td>
|
||||
<td>(StrOpt) Authentication URL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>base_mac = fa:16:3e:00:00:00</td>
|
||||
<td>(StrOpt) The base MAC address Neutron will use for VIFs</td>
|
||||
@ -76,13 +104,9 @@
|
||||
<td>(BoolOpt) Ensure that configured gateway is on subnet</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host = docwork</td>
|
||||
<td>host = [hostname]</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>interface_driver = None</td>
|
||||
<td>(StrOpt) The driver used to manage the virtual interface.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>lock_path = None</td>
|
||||
<td>(StrOpt) Directory to use for lock files. Default to a temp directory</td>
|
||||
@ -111,6 +135,10 @@
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ovs_integration_bridge = br-int</td>
|
||||
<td>(StrOpt) Name of Open vSwitch bridge to use</td>
|
||||
@ -131,6 +159,10 @@
|
||||
<td>root_helper = sudo</td>
|
||||
<td>(StrOpt) Root helper application.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>root_helper = sudo</td>
|
||||
<td>(StrOpt) Root helper application.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>state_path = /var/lib/neutron</td>
|
||||
<td>(StrOpt) Where to store Neutron state files. This directory must be writable by the agent.</td>
|
||||
|
@ -25,7 +25,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>connection_debug = 0</td>
|
||||
<td>(IntOpt) Verbosity of SQL debugging information. 0 = None, 100=Everything</td>
|
||||
<td>(IntOpt) Verbosity of SQL debugging information. 0=None, 100=Everything</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>connection_trace = False</td>
|
||||
|
@ -43,10 +43,6 @@
|
||||
<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>
|
||||
|
@ -15,14 +15,14 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type = local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, flat, vlan or none)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -15,34 +15,94 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>actions_to_skip = setup_l2_l3</td>
|
||||
<td>(ListOpt) List of actions that we dont want to push to the completion queue</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l2_l3_ctor_params = {'ha_ip_pool_name': 'default', 'allocate_ha_vrrp': True, 'ha_network_name': 'HA-Network', 'service': '_REPLACE_', 'allocate_ha_ips': True}</td>
|
||||
<td>(DictOpt) l2_l3 workflow constructor params</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l2_l3_setup_params = {'data_ip_address': '192.168.200.99', 'data_port': 1, 'gateway': '192.168.200.1', 'ha_port': 2, 'data_ip_mask': '255.255.255.0'}</td>
|
||||
<td>(DictOpt) l2_l3 workflow setup params</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l2_l3_workflow_name = openstack_l2_l3</td>
|
||||
<td>(StrOpt) l2_l3 workflow name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l4_action_name = BaseCreate</td>
|
||||
<td>(StrOpt) l4 workflow action name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l4_workflow_name = openstack_l4</td>
|
||||
<td>(StrOpt) l4 workflow 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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_compression_throughput = 100</td>
|
||||
<td>(IntOpt) service compression throughtput</td>
|
||||
<td>loadbalancer_state_path = $state_path/lbaas</td>
|
||||
<td>(StrOpt) Location to store config and state files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_adc_type = VA</td>
|
||||
<td>(StrOpt) Service ADC type</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_adc_version = </td>
|
||||
<td>(StrOpt) Service ADC version</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_cache = 20</td>
|
||||
<td>(IntOpt) service cache</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_compression_throughput = 100</td>
|
||||
<td>(IntOpt) service compression throughtput</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_ha_pair = False</td>
|
||||
<td>(BoolOpt) service HA pair</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_throughput = 1000</td>
|
||||
<td>(IntOpt) service throughtput</td>
|
||||
<td>service_isl_vlan = -1</td>
|
||||
<td>(IntOpt) A required VLAN for the interswitch link to use</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_resource_pool_ids = </td>
|
||||
<td>(ListOpt) Resource pool ids</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_session_mirroring_enabled = False</td>
|
||||
<td>(BoolOpt) Support an Alteon interswitch link for stateful session failover</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_ssl_throughput = 100</td>
|
||||
<td>(IntOpt) service ssl throughtput</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>service_throughput = 1000</td>
|
||||
<td>(IntOpt) service throughtput</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>user_group = nogroup</td>
|
||||
<td>(StrOpt) The user group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vdirect_address = None</td>
|
||||
<td>(StrOpt) vdirect server IP address</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vdirect_password = radware</td>
|
||||
<td>(StrOpt) vdirect user password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vdirect_user = vDirect</td>
|
||||
<td>(StrOpt) vdirect user name</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -15,62 +15,10 @@
|
||||
</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>network_vlan_ranges = </td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>physical_interface_mappings = </td>
|
||||
<td>(ListOpt) List of <physical_network>:<physical_interface></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>physical_interface_mappings = </td>
|
||||
<td>(ListOpt) List of <physical_network>:<physical_interface></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) N1K Tenant Network Type</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type = local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, 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>
|
||||
<tr>
|
||||
<td>vxlan_group = None</td>
|
||||
<td>(StrOpt) Multicast group for VXLAN. If unset, disables VXLAN multicast mode.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -23,10 +23,6 @@
|
||||
<td>l2_population = False</td>
|
||||
<td>(BoolOpt) Extension to use alongside ml2 plugin's l2population mechanism driver. It enables the plugin to populate VXLAN forwarding table.</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>
|
||||
@ -47,10 +43,6 @@
|
||||
<td>vxlan_group = 224.0.0.1</td>
|
||||
<td>(StrOpt) Multicast group for vxlan interface.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>vxlan_group = None</td>
|
||||
<td>(StrOpt) Multicast group for VXLAN. If unset, disables VXLAN multicast mode.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -20,7 +20,7 @@
|
||||
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_log_levels = amqplib=WARN, sqlalchemy=WARN, boto=WARN, suds=INFO, keystone=INFO, eventlet.wsgi.server=WARN</td>
|
||||
<td>default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, keystone=INFO, qpid=WARN, sqlalchemy=WARN, suds=INFO, iso8601=WARN</td>
|
||||
<td>(ListOpt) list of logger=LEVEL pairs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -36,8 +36,8 @@
|
||||
<td>(StrOpt) If an instance UUID is passed with the log message, format it like this</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>log_config = None</td>
|
||||
<td>(StrOpt) If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files.</td>
|
||||
<td>log_config_append = None</td>
|
||||
<td>(StrOpt) The name of logging configuration file. It does not disable existing loggers, but just appends specified logging configuration to any other existing logging options. Please see the Python logging module documentation for details on logging configuration files.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>log_date_format = %Y-%m-%d %H:%M:%S</td>
|
||||
@ -53,7 +53,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>log_format = None</td>
|
||||
<td>(StrOpt) A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
|
||||
<td>(StrOpt) DEPRECATED. A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. This option is deprecated. Please use logging_context_format_string and logging_default_format_string instead.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s</td>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<td>mode = dev</td>
|
||||
<td>(StrOpt) Operational mode. Internal dev use only.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>password = passw0rd</td>
|
||||
<td>(StrOpt) MidoNet admin password.</td>
|
||||
</tr>
|
||||
|
@ -19,10 +19,6 @@
|
||||
<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>
|
||||
</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>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -19,10 +19,6 @@
|
||||
<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>
|
||||
<tr>
|
||||
<td>vxlan_group = None</td>
|
||||
<td>(StrOpt) Multicast group for VXLAN. If unset, disables VXLAN multicast mode.</td>
|
||||
|
@ -16,12 +16,12 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>daemon_endpoint = tcp://127.0.0.1:5001</td>
|
||||
<td>(StrOpt) eswitch daemon end point</td>
|
||||
<td>backoff_rate = 2</td>
|
||||
<td>(IntOpt) backoff rate multiplier for waiting period between retries for request to daemon, i.e. value of 2 will double the request timeout each retry</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>network_vlan_ranges = default:1000</td>
|
||||
<td>(ListOpt) List of <physical_network>:<vlan_min>:<vlan_max> or <physical_network></td>
|
||||
<td>daemon_endpoint = tcp://127.0.0.1:60001</td>
|
||||
<td>(StrOpt) eswitch daemon end point</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>request_timeout = 3000</td>
|
||||
|
@ -23,6 +23,10 @@
|
||||
<td>default_router_provider = l3-agent</td>
|
||||
<td>(StrOpt) Default router provider to use.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>driver = neutron.services.firewall.drivers.fwaas_base.NoopFwaasDriver</td>
|
||||
<td>(StrOpt) Name of the FWaaS Driver</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>driver = trema</td>
|
||||
<td>(StrOpt) Driver to use</td>
|
||||
@ -32,12 +36,8 @@
|
||||
<td>(BoolOpt) Enable packet filter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host = docwork</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port = 6379</td>
|
||||
<td>(IntOpt) Use this port to connect to redis host.</td>
|
||||
<td>host = 127.0.0.1</td>
|
||||
<td>(StrOpt) Host to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port = 8888</td>
|
||||
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>use_ssl = False</td>
|
||||
<td>(BoolOpt) Enable SSL on the API server</td>
|
||||
<td>(BoolOpt) Use SSL to connect</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -25,7 +25,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>concurrent_connections = 10</td>
|
||||
<td>(IntOpt) Maximum concurrent connections to each NVP controller.</td>
|
||||
<td>(IntOpt) Maximum concurrent connections to each NSX controller.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>datacenter_moid = None</td>
|
||||
@ -41,11 +41,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_l2_gw_service_uuid = None</td>
|
||||
<td>(StrOpt) Unique identifier of the NVP L2 Gateway service which will be used by default for network gateways</td>
|
||||
<td>(StrOpt) Unique identifier of the NSX L2 Gateway service which will be used by default for network gateways</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_l3_gw_service_uuid = None</td>
|
||||
<td>(StrOpt) Unique identifier of the NVP L3 Gateway service which will be used for implementing routers and floating IPs</td>
|
||||
<td>(StrOpt) Unique identifier of the NSX L3 Gateway service which will be used for implementing routers and floating IPs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_service_cluster_uuid = None</td>
|
||||
<td>(StrOpt) Unique identifier of the Service Cluster which will be used by logical services like dhcp and metadata</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_transport_type = stt</td>
|
||||
@ -53,7 +57,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_tz_uuid = None</td>
|
||||
<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>
|
||||
<td>(StrOpt) This is uuid of the default NSX Transport zone that will be used for creating tunneled isolated "Neutron" networks. It needs to be created in NSX before starting Neutron with the nsx plugin.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>deployment_container_id = None</td>
|
||||
@ -89,31 +93,27 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>min_chunk_size = 500</td>
|
||||
<td>(IntOpt) Minimum number of resources to be retrieved from NVP during state synchronization</td>
|
||||
<td>(IntOpt) Minimum number of resources to be retrieved from NSX 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>
|
||||
<td>(IntOpt) Minimum delay, in seconds, between two state synchronization queries to NSX. 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>
|
||||
<td>nsx_controllers = None</td>
|
||||
<td>(ListOpt) Lists the NSX controllers in this cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nvp_controllers = None</td>
|
||||
<td>(ListOpt) Lists the NVP controllers in this cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nvp_gen_timeout = -1</td>
|
||||
<td>nsx_gen_timeout = -1</td>
|
||||
<td>(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nvp_password = admin</td>
|
||||
<td>(StrOpt) Password for NVP controllers in this cluster</td>
|
||||
<td>nsx_password = admin</td>
|
||||
<td>(StrOpt) Password for NSX controllers in this cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nvp_user = admin</td>
|
||||
<td>(StrOpt) User name for NVP controllers in this cluster</td>
|
||||
<td>nsx_user = admin</td>
|
||||
<td>(StrOpt) User name for NSX controllers in this cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>redirects = 2</td>
|
||||
@ -124,13 +124,17 @@
|
||||
<td>(IntOpt) Total time limit for a cluster request</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>resource_pool_id = default</td>
|
||||
<td>(StrOpt) Shared resource pool id</td>
|
||||
<td>resource_pool_id = None</td>
|
||||
<td>(StrOpt) Optional parameter identifying the ID of resource to deploy NSX Edges</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>retries = 2</td>
|
||||
<td>(IntOpt) Number of time a request should be retried</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>retries = 3</td>
|
||||
<td>(IntOpt) The number of retries the agent will send request to daemon before giving up</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>
|
||||
|
@ -45,11 +45,11 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>l2_population = False</td>
|
||||
<td>(BoolOpt) Extension to use alongside ml2 plugin's l2population mechanism driver. It enables the plugin to populate VXLAN forwarding table.</td>
|
||||
<td>(BoolOpt) Use ml2 l2population mechanism driver to learn remote mac and IPs and improve tunnel scalability</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>
|
||||
<td>local_ip = </td>
|
||||
<td>(StrOpt) Local IP address of the VXLAN endpoints.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>local_ip = 10.0.0.3</td>
|
||||
@ -57,11 +57,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>local_ip = </td>
|
||||
<td>(StrOpt) Local IP address of the VXLAN endpoints.</td>
|
||||
<td>(StrOpt) Local IP address of GRE tunnel endpoints.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>local_ip = </td>
|
||||
<td>(StrOpt) Local IP address of GRE tunnel endpoints.</td>
|
||||
<td>minimize_polling = True</td>
|
||||
<td>(BoolOpt) Minimize polling by monitoring ovsdb for interface changes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ovsdb_monitor_respawn_interval = 30</td>
|
||||
<td>(IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tenant_network_type = local</td>
|
||||
<td>(StrOpt) Network type for tenant networks (local, vlan, gre, vxlan, or none)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tun_peer_patch_port = patch-int</td>
|
||||
|
@ -24,8 +24,8 @@
|
||||
<td>(StrOpt) PLUMgrid Director server port to connect to</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password = </td>
|
||||
<td>(StrOpt) The SSH password to use</td>
|
||||
<td>password = password</td>
|
||||
<td>(StrOpt) PLUMgrid Director admin password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>servertimeout = 5</td>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>default_quota = -1</td>
|
||||
<td>(IntOpt) Default number of resource allowed per tenant, minus for unlimited</td>
|
||||
<td>(IntOpt) Default number of resource allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>max_routes = 30</td>
|
||||
@ -29,19 +29,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_firewall = 1</td>
|
||||
<td>(IntOpt) Number of firewalls allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of firewalls allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_firewall_policy = 1</td>
|
||||
<td>(IntOpt) Number of firewall policies allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of firewall policies allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_firewall_rule = -1</td>
|
||||
<td>(IntOpt) Number of firewall rules allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of firewall rules allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_floatingip = 50</td>
|
||||
<td>(IntOpt) Number of floating IPs allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of floating IPs allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_items = network, subnet, port</td>
|
||||
@ -49,7 +49,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_network = 10</td>
|
||||
<td>(IntOpt) Number of networks allowed per tenant,minus for unlimited</td>
|
||||
<td>(IntOpt) Number of networks allowed per tenant.A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_network_gateway = 5</td>
|
||||
@ -61,23 +61,23 @@
|
||||
</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. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_router = 10</td>
|
||||
<td>(IntOpt) Number of routers allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of routers allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_security_group = 10</td>
|
||||
<td>(IntOpt) Number of security groups allowed per tenant,-1 for unlimited</td>
|
||||
<td>(IntOpt) Number of security groups allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_security_group_rule = 100</td>
|
||||
<td>(IntOpt) Number of security rules allowed per tenant, -1 for unlimited</td>
|
||||
<td>(IntOpt) Number of security rules allowed per tenant. A negative value means unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>quota_subnet = 10</td>
|
||||
<td>(IntOpt) Number of subnets allowed per tenant, minus for unlimited</td>
|
||||
<td>(IntOpt) Number of subnets allowed per tenant, A negative value means unlimited.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -28,8 +28,8 @@
|
||||
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>host = [hostname]</td>
|
||||
<td>(StrOpt) The hostname Neutron is running on</td>
|
||||
<td>host = 127.0.0.1</td>
|
||||
<td>(StrOpt) Host to locate redis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>matchmaker_heartbeat_freq = 300</td>
|
||||
@ -40,12 +40,12 @@
|
||||
<td>(IntOpt) Heartbeat time-to-live.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>password = </td>
|
||||
<td>(StrOpt) The SSH password to use</td>
|
||||
<td>password = None</td>
|
||||
<td>(StrOpt) HTTP password for authentication</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port = 8888</td>
|
||||
<td>(StrOpt) Port to connect to</td>
|
||||
<td>port = 6379</td>
|
||||
<td>(IntOpt) Use this port to connect to redis host.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ringfile = /etc/oslo/matchmaker_ring.json</td>
|
||||
|
@ -35,10 +35,6 @@
|
||||
<td>use_ssl = False</td>
|
||||
<td>(BoolOpt) Enable SSL on the API server</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>use_ssl = False</td>
|
||||
<td>(BoolOpt) Use SSL to connect</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
@ -15,22 +15,18 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>director_port = 443</td>
|
||||
<td>(StrOpt) vArmour director port</td>
|
||||
</tr>
|
||||
<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>password = varmour</td>
|
||||
<td>(StrOpt) vArmour director password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>username = varmour</td>
|
||||
<td>(StrOpt) vArmour director username</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
@ -1,3 +1,4 @@
|
||||
actions_to_skip lbaas
|
||||
add_meta_server_route bigswitch
|
||||
address brocade
|
||||
admin_password common
|
||||
@ -8,15 +9,16 @@ agent_boot_time ml2_l2pop
|
||||
agent_down_time agent
|
||||
agent_mode nicira
|
||||
allow_bulk api
|
||||
allowed_rpc_exception_modules common
|
||||
allow_overlapping_ips policy
|
||||
allow_pagination api
|
||||
allow_sorting api
|
||||
allowed_rpc_exception_modules common
|
||||
always_read_status nicira
|
||||
amqp_auto_delete rpc
|
||||
amqp_durable_queues rpc
|
||||
api_extensions_path api
|
||||
api_paste_config api
|
||||
api_workers common
|
||||
async_requests embrane
|
||||
auth_region common
|
||||
auth_strategy common
|
||||
@ -25,6 +27,7 @@ auth_url common
|
||||
backdoor_port testing
|
||||
backend db
|
||||
backlog wsgi
|
||||
backoff_rate mlnx
|
||||
base_mac common
|
||||
bind_host common
|
||||
bind_port common
|
||||
@ -53,6 +56,7 @@ default_policy_profile cisco
|
||||
default_publisher_id notifier
|
||||
default_quota quotas
|
||||
default_router_provider nec
|
||||
default_service_cluster_uuid nicira
|
||||
default_transport_type nicira
|
||||
default_tz_uuid nicira
|
||||
deployment_container_id nicira
|
||||
@ -69,11 +73,11 @@ dummy_utif_id embrane
|
||||
eapi_host ml2_arista
|
||||
eapi_password ml2_arista
|
||||
eapi_username ml2_arista
|
||||
enabled fwaas
|
||||
enable_metrics_collection hyperv_agent
|
||||
enable_packet_filter nec
|
||||
enable_tunneling openvswitch_agent
|
||||
enable_vxlan linuxbridge_agent
|
||||
enabled fwaas
|
||||
esm_mgmt embrane
|
||||
extension_map meta
|
||||
external_network nicira
|
||||
@ -93,9 +97,9 @@ idle_timeout db
|
||||
inband_id embrane
|
||||
instance_format logging
|
||||
instance_uuid_format logging
|
||||
int_peer_patch_port openvswitch_agent
|
||||
integration_bridge openvswitch_agent
|
||||
interface_driver agent
|
||||
int_peer_patch_port openvswitch_agent
|
||||
ipsec_config_template vpn
|
||||
ipsec_secret_template vpn
|
||||
ipsec_status_check_interval vpn
|
||||
@ -104,14 +108,20 @@ kombu_ssl_ca_certs kombu
|
||||
kombu_ssl_certfile kombu
|
||||
kombu_ssl_keyfile kombu
|
||||
kombu_ssl_version kombu
|
||||
l2_l3_ctor_params lbaas
|
||||
l2_l3_setup_params lbaas
|
||||
l2_l3_workflow_name lbaas
|
||||
l2_population linuxbridge_agent
|
||||
l2_population openvswitch_agent
|
||||
l3_plugin_list meta
|
||||
l4_action_name lbaas
|
||||
l4_workflow_name lbaas
|
||||
loadbalancer_pool_scheduler_driver lbaas
|
||||
loadbalancer_state_path lbaas
|
||||
local_ip openvswitch_agent
|
||||
local_network_vswitch hyperv_agent
|
||||
lock_path common
|
||||
log_config logging
|
||||
log_config_append logging
|
||||
log_date_format logging
|
||||
log_dir logging
|
||||
log_file logging
|
||||
@ -137,16 +147,17 @@ max_router_rules bigswitch
|
||||
max_routes quotas
|
||||
max_subnet_host_routes common
|
||||
mechanism_drivers ml2
|
||||
metadata_mode nicira
|
||||
meta_flavor_driver_mappings common
|
||||
metadata_mode nicira
|
||||
mgmt_id embrane
|
||||
midonet_host_uuid_path midonet
|
||||
midonet_uri midonet
|
||||
min_chunk_size nicira
|
||||
min_pool_size db
|
||||
min_sync_req_delay nicira
|
||||
model_class cisco
|
||||
minimize_polling openvswitch_agent
|
||||
mode midonet
|
||||
model_class cisco
|
||||
network_auto_schedule scheduler
|
||||
network_device_mtu common
|
||||
network_node_policy_profile cisco
|
||||
@ -156,6 +167,7 @@ network_vlan_ranges hyperv
|
||||
network_vlan_ranges openvswitch
|
||||
neutron_id bigswitch
|
||||
nexus_driver cisco
|
||||
nexus_l3_enable cisco
|
||||
nexus_plugin cisco
|
||||
node_override_vif_802.1qbg bigswitch
|
||||
node_override_vif_802.1qbh bigswitch
|
||||
@ -163,24 +175,25 @@ node_override_vif_binding_failed bigswitch
|
||||
node_override_vif_bridge bigswitch
|
||||
node_override_vif_hyperv bigswitch
|
||||
node_override_vif_ivs bigswitch
|
||||
node_override_vif_midonet bigswitch
|
||||
node_override_vif_other bigswitch
|
||||
node_override_vif_ovs bigswitch
|
||||
node_override_vif_unbound bigswitch
|
||||
notification_driver notifier
|
||||
notification_topics notifier
|
||||
nvp_cluster_uuid nicira
|
||||
nvp_controllers nicira
|
||||
nvp_gen_timeout nicira
|
||||
nvp_password nicira
|
||||
nvp_user nicira
|
||||
nsx_controllers nicira
|
||||
nsx_gen_timeout nicira
|
||||
nsx_password nicira
|
||||
nsx_user nicira
|
||||
oob_id embrane
|
||||
openflow_rest_api ryu
|
||||
ostype brocade
|
||||
ovsdb_interface ryu
|
||||
ovsdb_ip ryu
|
||||
ovsdb_port ryu
|
||||
ovs_integration_bridge common
|
||||
ovs_use_veth common
|
||||
ovsdb_interface ryu
|
||||
ovsdb_ip ryu
|
||||
ovsdb_monitor_respawn_interval openvswitch_agent
|
||||
ovsdb_port ryu
|
||||
pagination_max_limit api
|
||||
password brocade
|
||||
password midonet
|
||||
@ -216,13 +229,13 @@ qpid_tcp_nodelay qpid
|
||||
qpid_topology_version qpid
|
||||
qpid_username qpid
|
||||
quota_driver quotas
|
||||
quota_firewall_policy quotas
|
||||
quota_firewall quotas
|
||||
quota_firewall_policy quotas
|
||||
quota_firewall_rule quotas
|
||||
quota_floatingip quotas
|
||||
quota_items quotas
|
||||
quota_network_gateway quotas
|
||||
quota_network quotas
|
||||
quota_network_gateway quotas
|
||||
quota_packet_filter quotas
|
||||
quota_port quotas
|
||||
quota_router quotas
|
||||
@ -237,8 +250,8 @@ rabbit_password rabbitmq
|
||||
rabbit_port rabbitmq
|
||||
rabbit_retry_backoff rabbitmq
|
||||
rabbit_retry_interval rabbitmq
|
||||
rabbit_userid rabbitmq
|
||||
rabbit_use_ssl rabbitmq
|
||||
rabbit_userid rabbitmq
|
||||
rabbit_virtual_host rabbitmq
|
||||
redirects nicira
|
||||
region_name ml2_arista
|
||||
@ -271,15 +284,20 @@ rpc_zmq_port zeromq
|
||||
rpc_zmq_topic_backlog zeromq
|
||||
run_external_periodic_tasks api
|
||||
server_auth bigswitch
|
||||
servers bigswitch
|
||||
server_ssl bigswitch
|
||||
server_timeout bigswitch
|
||||
servers bigswitch
|
||||
servertimeout plumgrid
|
||||
service_adc_type lbaas
|
||||
service_adc_version lbaas
|
||||
service_cache lbaas
|
||||
service_compression_throughput lbaas
|
||||
service_ha_pair lbaas
|
||||
service_isl_vlan lbaas
|
||||
service_plugins api
|
||||
service_provider api
|
||||
service_resource_pool_ids lbaas
|
||||
service_session_mirroring_enabled lbaas
|
||||
service_ssl_throughput lbaas
|
||||
service_throughput lbaas
|
||||
slave_connection db
|
||||
@ -306,6 +324,7 @@ timeout ml2_ncs
|
||||
topics rpc
|
||||
tos linuxbridge_agent
|
||||
ttl linuxbridge_agent
|
||||
tun_peer_patch_port openvswitch_agent
|
||||
tunnel_bridge openvswitch_agent
|
||||
tunnel_id_ranges openvswitch_agent
|
||||
tunnel_interface ryu
|
||||
@ -314,28 +333,30 @@ tunnel_key_max ryu
|
||||
tunnel_key_min ryu
|
||||
tunnel_type openvswitch_agent
|
||||
tunnel_types openvswitch_agent
|
||||
tun_peer_patch_port openvswitch_agent
|
||||
type_drivers ml2
|
||||
url ml2_ncs
|
||||
use_fqdn ml2_arista
|
||||
use_namespaces agent
|
||||
username brocade
|
||||
username midonet
|
||||
username plumgrid
|
||||
user nicira
|
||||
use_ssl nec
|
||||
use_ssl ssl
|
||||
use_stderr logging
|
||||
use_syslog logging
|
||||
use_tpool db
|
||||
user nicira
|
||||
user_group lbaas
|
||||
username brocade
|
||||
username midonet
|
||||
username plumgrid
|
||||
vdirect_address lbaas
|
||||
vdirect_password lbaas
|
||||
vdirect_user lbaas
|
||||
verbose logging
|
||||
veth_mtu openvswitch_agent
|
||||
vif_type bigswitch
|
||||
vif_types bigswitch
|
||||
vlan_name_prefix cisco
|
||||
vnic_type mlnx
|
||||
vni_ranges ml2_vxlan
|
||||
vnic_type mlnx
|
||||
vpn_device_driver vpn
|
||||
vswitch_plugin cisco
|
||||
vxlan_group linuxbridge_agent
|
||||
|
Loading…
Reference in New Issue
Block a user