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:
parent
79b6d099ab
commit
47b68e4258
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user