From 18f0040778355ba84b768890df837303904609f0 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 27 Jun 2013 19:08:49 +0000 Subject: [PATCH] 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 --- xCAT-server/xCAT-wsapi/xcatws.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/xCAT-wsapi/xcatws.cgi b/xCAT-server/xCAT-wsapi/xcatws.cgi index e60a4e9d8..9fabf3bdb 100755 --- a/xCAT-server/xCAT-wsapi/xcatws.cgi +++ b/xCAT-server/xCAT-wsapi/xcatws.cgi @@ -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") {