2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-26 02:31:28 +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

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):