mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-05 05:22:08 +00:00
Correct syntax error in confignet
This commit is contained in:
parent
67aaee3b4e
commit
79d5a637a7
@ -305,7 +305,7 @@ class NetworkManager(object):
|
||||
'lacp': '802.3ad',
|
||||
'loadbalance': 'balance-alb',
|
||||
'roundrobin': 'balance-rr',
|
||||
'activebackup:' 'active-backup',
|
||||
'activebackup': 'active-backup',
|
||||
}
|
||||
def __init__(self, devtypes, deploycfg):
|
||||
self.deploycfg = deploycfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user