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:
parent
a09e1a3f8b
commit
7f31ae5b57
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user