Default to linuxbridge and openvswitch drivers for ML2.
Since the addition of ML2 port-binding, the linuxbridge and openvswitch drivers are required to be loaded when running with ML2. This small patch adds their loading into ML2 into devstack. Fixes bug 1220743 Change-Id: I97c5f4e0e4af59766e0084ed3b2dea2843cb33bf
This commit is contained in:
parent
b567fc1f6b
commit
bc6324771b
@ -20,7 +20,7 @@ Q_AGENT=${Q_AGENT:-openvswitch}
|
||||
source $TOP_DIR/lib/neutron_plugins/${Q_AGENT}_agent
|
||||
|
||||
# List of MechanismDrivers to load
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS=${Q_ML2_PLUGIN_MECHANISM_DRIVERS:-}
|
||||
Q_ML2_PLUGIN_MECHANISM_DRIVERS=${Q_ML2_PLUGIN_MECHANISM_DRIVERS:-openvswitch,linuxbridge}
|
||||
# List of Type Drivers to load
|
||||
Q_ML2_PLUGIN_TYPE_DRIVERS=${Q_ML2_PLUGIN_TYPE_DRIVERS:-local,flat,vlan,gre,vxlan}
|
||||
# Default GRE TypeDriver options
|
||||
|
Loading…
x
Reference in New Issue
Block a user