2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Fix dispatch of redfish and tsmsol

redfish and tsmsol was not properly marked as
needing dispatch.
This commit is contained in:
Jarrod Johnson 2020-01-22 15:04:43 -05:00
parent 79b6d099ab
commit 47b68e4258

View File

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