2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-25 08:50:49 +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
@@ -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):