mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 11:30:23 +00:00
Fix key registration to happen on success
Key registration was attempted either way, causing bad targets to fail to return timely error data.
This commit is contained in:
parent
419fcf1577
commit
91a1c0ef7d
@ -326,7 +326,7 @@ class IpmiHandler(object):
|
||||
self.error = response['error']
|
||||
else:
|
||||
self.loggedin = True
|
||||
self.ipmicmd.setup_confluent_keyhandler()
|
||||
ipmicmd.setup_confluent_keyhandler()
|
||||
self._logevt.set()
|
||||
|
||||
def handle_request(self):
|
||||
|
Loading…
Reference in New Issue
Block a user