Merge "Fixes ovs bonding option"

This commit is contained in:
Jenkins 2016-05-06 09:55:12 +00:00 committed by Gerrit Code Review
commit ef91a6d32f

View File

@ -47,4 +47,4 @@ parameter_defaults:
# Set to empty string to enable multiple external networks or VLANs
NeutronExternalNetworkBridge: "''"
# Customize bonding options, e.g. "mode=4 lacp_rate=1 updelay=1000 miimon=100"
BondInterfaceOvsOptions: "mode=active-backup"
BondInterfaceOvsOptions: "bond_mode=active-backup"