2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-14 16:51:30 +00:00

Merge pull request #6050 from xuweibj/obmc_rspconfig_error

fix rspconfig error that no executor folder
This commit is contained in:
zet809
2019-03-05 16:47:51 +08:00
committed by GitHub

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)