Merge "dhcp_agent.ini, l3_agent.ini: update dhcp/l3_agent.ini"
This commit is contained in:
commit
5d0646e981
@ -14,12 +14,13 @@
|
||||
# The DHCP requires that an inteface driver be set. Choose the one that best
|
||||
# matches you plugin.
|
||||
|
||||
# OVS
|
||||
# OVS based plugins(OVS, Ryu, NEC, NVP, BigSwitch/Floodlight)
|
||||
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
|
||||
# OVS based plugins(Ryu, NEC, NVP, BigSwitch/Floodlight) that use OVS
|
||||
# as OpenFlow switch and check port status
|
||||
#ovs_use_veth = True
|
||||
# LinuxBridge
|
||||
#interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver
|
||||
# Ryu
|
||||
#interface_driver = quantum.agent.linux.interface.RyuInterfaceDriver
|
||||
|
||||
# The agent can use other DHCP drivers. Dnsmasq is the simplest and requires
|
||||
# no additional setup of the DHCP server.
|
||||
|
@ -5,8 +5,11 @@
|
||||
# L3 requires that an interface driver be set. Choose the one that best
|
||||
# matches your plugin.
|
||||
|
||||
# OVS
|
||||
# OVS based plugins (OVS, Ryu, NEC) that supports L3 agent
|
||||
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
|
||||
# OVS based plugins(Ryu, NEC) that use OVS
|
||||
# as OpenFlow switch and check port status
|
||||
#ovs_use_veth = True
|
||||
# LinuxBridge
|
||||
#interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user