2
0
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:
Jarrod Johnson 2016-04-05 11:34:23 -04:00
parent 419fcf1577
commit 91a1c0ef7d

View File

@ -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):