mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Correct mixup of parentheses and brackets
This commit is contained in:
parent
7bf8242aba
commit
5ffc2c298b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user