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:
parent
df74753908
commit
b524af08b3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user