From c3351dc88be5d59e21846ce570510b7074d3e887 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 18 May 2012 20:03:15 +0000 Subject: [PATCH] Have blade.pm accept an argument to use correct username and pass, but without key check git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12808 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index e2393c6a9..ece8b7037 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -4011,6 +4011,9 @@ sub clicmds { $currpass = "PASSW0RD"; $nokeycheck=1; } + if ($args{nokeycheck}) { + $nokeycheck=1; + } my $curraddr = $mpa; if ($args{curraddr}) { $curraddr = $args{curraddr};