Restore xcatws understanding of existing code

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16815 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-06-27 19:08:49 +00:00
parent ba7d622595
commit 18f0040778

View File

@ -969,7 +969,7 @@ sub nodesHandler {
elsif ($subResource eq "energy") {
$request->{command} = "renergy";
}
elsif ($subResource eq "bootstate") {
elsif ($subResource eq "bootstat" or $subResource eq "bootstate") {
$request->{command} = "nodeset";
}
elsif ($subResource eq "bootseq") {