2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix syntax error

This commit is contained in:
Jarrod Johnson 2023-01-13 11:15:51 -05:00
parent a09e1a3f8b
commit 7f31ae5b57

View File

@ -742,7 +742,7 @@ class IpmiHandler(object):
ipv4cfgmethod=lancfg['ipv4_configuration'],
hwaddr=lancfg['mac_address'],
staticv6addrs=v6cfg.get('static_addrs', ''),
staticv6gateway=v6cfg.get('static_gateway', '')],
staticv6gateway=v6cfg.get('static_gateway', ''),
))
elif self.op == 'update':
config = self.inputdata.netconfig(self.node)