Fix the issue that missing of display id attribute for Blaketip blade that mgt=ipmi

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13685 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-08-31 09:17:35 +00:00
parent 628c765718
commit 22645aa791

View File

@ -1797,6 +1797,12 @@ my @nodeattrs = (
tabentry => 'mp.id',
access_tabentry => 'mp.node=attr:node',
},
{attr_name => 'id',
only_if => 'mgt=ipmi',
tabentry => 'mp.id',
access_tabentry => 'mp.node=attr:node',
},
#################
# mpa table #
#################