mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-24 13:21:15 +00:00
Correct mixup of parentheses and brackets
This commit is contained in:
@@ -345,7 +345,7 @@ class IpmiHandler(object):
|
||||
if ge[0] == -2:
|
||||
raise exc.TargetEndpointUnreachable(ge[1])
|
||||
raise
|
||||
self.ipmicmd = persistent_ipmicmds([node, tenant])
|
||||
self.ipmicmd = persistent_ipmicmds[(node, tenant)]
|
||||
|
||||
bootdevices = {
|
||||
'optical': 'cd'
|
||||
|
Reference in New Issue
Block a user