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/branches/2.7@13684 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-08-31 09:16:12 +00:00
parent 1254f86a45
commit 63c773dd53

View File

@ -1769,6 +1769,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 #
#################