add vmmanager and vmtemplate attributes for rhev vm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13583 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-08-23 09:17:26 +00:00
parent 0ced77f05b
commit 2479aba866

View File

@ -1818,6 +1818,10 @@ my @nodeattrs = (
######################
# vm table #
######################
{attr_name => 'vmmanager',
tabentry => 'vm.mgr',
access_tabentry => 'vm.node=attr:node',
},
{attr_name => 'vmhost',
tabentry => 'vm.host',
access_tabentry => 'vm.node=attr:node',
@ -1826,6 +1830,10 @@ my @nodeattrs = (
tabentry => 'vm.migrationdest',
access_tabentry => 'vm.node=attr:node',
},
{attr_name => 'vmtemplate',
tabentry => 'vm.template',
access_tabentry => 'vm.node=attr:node',
},
{attr_name => 'vmstorage',
tabentry => 'vm.storage',
access_tabentry => 'vm.node=attr:node',