Merge "Add a default setting for BondInterfaceOvsOptions"

This commit is contained in:
Jenkins 2015-08-06 17:11:47 +00:00 committed by Gerrit Code Review
commit bd79ed20c8

View File

@ -26,9 +26,10 @@ parameters:
description: IP address/subnet on the tenant network
type: string
BondInterfaceOvsOptions:
default: ''
default: 'bond_mode=balance-tcp lacp=active other-config:lacp-fallback-ab=true'
description: The ovs_options string for the bond interface. Set things like
lacp=active and/or bond_mode=balance-slb using this option.
Default wil attempt LACP, but will fall back to active-backup.
type: string
ExternalNetworkVlanID:
default: 10