mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 11:30:23 +00:00
Assign self.ipmicmd in case we are reusing an existing object that is already logged.
This commit is contained in:
parent
b3c28ad33e
commit
7bf8242aba
@ -345,6 +345,7 @@ class IpmiHandler(object):
|
||||
if ge[0] == -2:
|
||||
raise exc.TargetEndpointUnreachable(ge[1])
|
||||
raise
|
||||
self.ipmicmd = persistent_ipmicmds([node, tenant])
|
||||
|
||||
bootdevices = {
|
||||
'optical': 'cd'
|
||||
|
Loading…
Reference in New Issue
Block a user