2
0
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:
Jarrod Johnson 2017-01-04 09:56:31 -05:00
parent 7bf8242aba
commit 5ffc2c298b

View File

@ -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'