for p7 ih, no pprofile attribute for lpar in ppc table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8988 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a3eb857c88
commit
86eac441a4
@ -1100,7 +1100,9 @@ sub resolve {
|
||||
#################################
|
||||
foreach my $at ( @attribs ) {
|
||||
if ( !exists( $att->{$at} )) {
|
||||
if( !($request->{fsp_api} == 1 && !exists($att->{pprofile}))) { #for p7 ih, there is no pprofile attribute
|
||||
return( sprintf( $errmsg{NO_ATTR}, $at, "ppc" ));
|
||||
}
|
||||
}
|
||||
}
|
||||
#################################
|
||||
|
Loading…
Reference in New Issue
Block a user