Change bonding mode

Change bonding mode, add sleep in contrail_bonding test
and fix some comments

Change-Id: I806c454decee4b40317f0f028021a9ab90c602a4
This commit is contained in:
Oleksandr Kosse
2016-02-10 18:35:14 +02:00
parent d7fc2a84db
commit 71d878fc00
3 changed files with 16 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ import openstack
BOND_CONFIG = [
{
'mac': None,
'mode': 'active-backup',
'mode': 'balance-rr',
'name': 'lnx-bond0',
'slaves': [
{'name': 'eth3'},