Atom feed of this document
  
Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo -  Kilo - 

 Open vSwitch Agent configuration options

Table 9.34. Description of Open vSwitch agent configuration options
Configuration option = Default value Description
[DEFAULT]
ovs_integration_bridge = br-int (StrOpt) Name of Open vSwitch bridge to use
ovs_use_veth = False (BoolOpt) Uses veth for an interface or not
ovs_vsctl_timeout = 10 (IntOpt) Timeout in seconds for ovs-vsctl commands
[AGENT]
arp_responder = False (BoolOpt) Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 l2population driver. Allows the switch (when supporting an overlay) to respond to an ARP request locally without performing a costly ARP broadcast into the overlay.
dont_fragment = True (BoolOpt) Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel.
enable_distributed_routing = False (BoolOpt) Make the l2 agent run in DVR mode.
l2_population = False (BoolOpt) Use ML2 l2population mechanism driver to learn remote MAC and IPs and improve tunnel scalability.
minimize_polling = True (BoolOpt) Minimize polling by monitoring ovsdb for interface changes.
ovsdb_monitor_respawn_interval = 30 (IntOpt) The number of seconds to wait before respawning the ovsdb monitor after losing communication with it.
prevent_arp_spoofing = False (BoolOpt) Enable suppression of ARP responses that don't match an IP address that belongs to the port from which they originate. Note: This prevents the VMs attached to this agent from spoofing, it doesn't protect them from other devices which have the capability to spoof (e.g. bare metal or VMs attached to agents without this flag set to True). Spoofing rules will not be added to any ports that have port security disabled. This requires a version of OVS that supports matching ARP headers.
quitting_rpc_timeout = 10 (IntOpt) Set new timeout in seconds for new rpc calls after agent receives SIGTERM. If value is set to 0, rpc timeout won't be changed
tunnel_types = (ListOpt) Network types supported by the agent (gre and/or vxlan).
veth_mtu = None (IntOpt) MTU size of veth interfaces
vxlan_udp_port = 4789 (IntOpt) The UDP port to use for VXLAN tunnels.
[CISCO_N1K]
local_ip = 10.0.0.3 (StrOpt) N1K Local IP
[OVS]
bridge_mappings = (ListOpt) List of <physical_network>:<bridge>. Deprecated for ofagent.
int_peer_patch_port = patch-tun (StrOpt) Peer patch port in integration bridge for tunnel bridge.
integration_bridge = br-int (StrOpt) Integration bridge to use.
local_ip = None (IPOpt) Local IP address of tunnel endpoint.
ovsdb_interface = vsctl (StrOpt) The interface for interacting with the OVSDB
tun_peer_patch_port = patch-int (StrOpt) Peer patch port in tunnel bridge for integration bridge.
tunnel_bridge = br-tun (StrOpt) Tunnel bridge to use.
use_veth_interconnection = False (BoolOpt) Use veths instead of patch ports to interconnect the integration bridge to physical bridges.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...