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

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11831 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-03-13 03:05:46 +00:00
parent 65e98ce27d
commit f431dc1800

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";