From f7f587288f7be39774b74f7bc254fd0e8d08e9c5 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 22 Apr 2011 07:49:27 +0000 Subject: [PATCH] add the get rack environmentals( rackenv) action git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9374 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCvitals.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCvitals.pm b/perl-xCAT/xCAT/PPCvitals.pm index a8487f75d..3ea820b45 100644 --- a/perl-xCAT/xCAT/PPCvitals.pm +++ b/perl-xCAT/xCAT/PPCvitals.pm @@ -16,7 +16,7 @@ sub parse_args { my $command = $request->{command}; my $args = $request->{arg}; my %opt = (); - my @rvitals = qw(temp voltage power lcds state all); + my @rvitals = qw(temp voltage power lcds state rackenv all); ############################################# # Responds with usage statement