2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 11:12:04 +00:00

fix rspconfig error that no executor folder

This commit is contained in:
xuweibj 2019-03-05 01:10:37 -05:00
parent 300b33b1ae
commit a7c59bd850

View File

@ -315,7 +315,7 @@ class OpenBMCManager(base.BaseManager):
def rspconfig(self, nodesinfo, args):
from hwctl.executor.openbmc_bmcconfig import OpenBMCBmcConfigTask
from hwctl.openbmc.openbmc_bmcconfig import OpenBMCBmcConfigTask
try:
opts=docopt(RSPCONFIG_USAGE, argv=args)