use 'cec_state' instead of 'bpa_state' for 'rpower blade state'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11832 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-03-13 03:06:04 +00:00
parent a518f9a850
commit 229618d4ed

View File

@ -36,7 +36,7 @@ sub enumerate {
#$cmds{$type} = ($type=~/^lpar$/) ? "all_lpars_state" : "cec_state";
if( $type=~/^lpar$/ ) {
$cmds{$type} = "all_lpars_state";
} elsif ($type=~/^(fsp|cec)$/) {
} elsif ($type=~/^(fsp|cec|blade)$/) {
$cmds{$type} = "cec_state";
} else {
$cmds{$type} = "bpa_state";