From 26e89515120f87a4a94c8438a1f8ef2bf9e79a84 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 27 Jun 2013 19:09:17 +0000 Subject: [PATCH] Restore xcatws understanding of existing code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16816 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") {