2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +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
commit 04e52b3d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)