mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-16 18:49:04 +00:00
Fix confluent-wide pauses during redfish
The lenovo OEM module was unpatched in import and thus it inflicted a confluent-wide sleep instead of a patched time.sleep.
This commit is contained in:
parent
7e4dcfa99c
commit
2a72a6184d
@ -15,10 +15,11 @@
|
||||
import confluent.discovery.handlers.imm as immhandler
|
||||
import confluent.netutil as netutil
|
||||
import confluent.util as util
|
||||
import eventlet
|
||||
import eventlet.support.greendns
|
||||
import json
|
||||
import pyghmi.exceptions as pygexc
|
||||
import pyghmi.redfish.oem.lenovo.xcc as xcc
|
||||
xcc = eventlet.import_patched('pyghmi.redfish.oem.lenovo')
|
||||
import pyghmi.util.webclient as webclient
|
||||
import struct
|
||||
getaddrinfo = eventlet.support.greendns.getaddrinfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user