From 6112875d5d2ce3b7a5dbb68ccef5177548b7c128 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Tue, 7 Mar 2017 11:31:51 -0500 Subject: [PATCH] disable configssh routine --- xCAT-server/lib/xcat/plugins/openbmc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index f99e3808b..72337c133 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -283,7 +283,7 @@ sub process_request { if ($request->{command}->[0] eq "getopenbmccons") { foreach (@donargs) { - configssh($_, $callback); + #configssh($_, $callback); getopenbmccons($_, $callback); } return;