Add a new key username for table ppcdirect
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4020 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
df201cb1e4
commit
c3b58f6151
@ -12,7 +12,8 @@ use xCAT::Usage;
|
||||
my %method = (
|
||||
mkhwconn => \&mkhwconn_parse_args,
|
||||
lshwconn => \&lshwconn_parse_args,
|
||||
rmhwconn => \&rmhwconn_parse_args
|
||||
rmhwconn => \&rmhwconn_parse_args,
|
||||
inithwpw => \&inithwpw_parse_args
|
||||
);
|
||||
##########################################################################
|
||||
# Parse the command line for options and operands
|
||||
|
@ -479,7 +479,7 @@ ppc => {
|
||||
},
|
||||
ppcdirect => {
|
||||
cols => [qw(hcp username password comments disable)],
|
||||
keys => [qw(hcp)],
|
||||
keys => [qw(hcp username)],
|
||||
table_desc => 'Info necessary to use FSPs to control system p CECs.',
|
||||
descriptions => {
|
||||
hcp => 'Hostname of the FSP.',
|
||||
|
Loading…
Reference in New Issue
Block a user