2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-27 19:37:57 +00:00

Merge tag '2.4.1'

2.4 bugfix release
This commit is contained in:
Jarrod Johnson 2020-01-24 09:59:29 -05:00
commit 92699e47f2

View File

@ -67,7 +67,7 @@ import struct
import sys
pluginmap = {}
dispatch_plugins = (b'ipmi', u'ipmi', b'redfish', u'redfish')
dispatch_plugins = (b'ipmi', u'ipmi', b'redfish', u'redfish', b'tsmsol', u'tsmsol')
def seek_element(currplace, currkey):