Remove the lacp bond mode constraints

As all the known issues have been fixed already in RHEL and ovs,
remove the constraint to avoid lacp bond mode configuration.
Closes-Bug: #1757382

Change-Id: I1dec0d7b9063d50163bca10098f36928a29eb504
This commit is contained in:
Saravanan KR 2018-03-22 10:58:54 +05:30
parent 0d717a47c3
commit 1f0339c502
1 changed files with 0 additions and 5 deletions

View File

@ -354,11 +354,6 @@ Example::
description: The ovs_options string for the bond interface. Set things like
lacp=active and/or bond_mode=balance-slb using this option.
type: string
constraints:
- allowed_pattern: "^((?!balance.tcp).)*$"
description: |
The balance-tcp bond mode is known to cause packet loss and should
not be used in BondInterfaceOvsOptions.
ExternalNetworkVlanID:
default: 10
description: Vlan ID for the external network traffic.