2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-17 21:23:18 +00:00

Add back explicit patching of portions of pyghmi

The previous commit produced significant problems.  pyghmi
late binds those values, so they must be explicitly patched.
This commit is contained in:
Jarrod Johnson 2016-04-22 17:15:17 -04:00
parent df74753908
commit b524af08b3

View File

@ -29,6 +29,9 @@ console = eventlet.import_patched('pyghmi.ipmi.console')
ipmicommand = eventlet.import_patched('pyghmi.ipmi.command')
import socket
console.session.select = eventlet.green.select
console.session.threading = eventlet.green.threading
def exithandler():
console.session.iothread.join()