2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 20:20:33 +00:00

Update Schema.pm

This commit is contained in:
Chuck Brazie
2017-08-28 08:18:10 -04:00
committed by GitHub
parent 60e668a110
commit 0b1986bb52

View File

@@ -1880,7 +1880,8 @@ foreach my $tabname (keys(%xCAT::ExtTab::ext_tabspec)) {
rack => { attrs => [], attrhash => {}, objkey => 'rackname' },
osdistro => { attrs => [], attrhash => {}, objkey => 'osdistroname' },
osdistroupdate => { attrs => [], attrhash => {}, objkey => 'osupdatename' },
zvmivp => { attrs => [], attrhash => {}, objkey => 'id' },
zone => { attrs => [], attrhash => {}, objkey => 'zonename' },
zvmivp => { attrs => [], attrhash => {}, objkey => 'id' },
firmware => { attrs => [], attrhash => {}, objkey => 'cfgfile' },
taskstate => { attrs => [], attrhash => {}, objkey => 'node' },
pdu => { attrs => [], attrhash => {}, objkey => 'node' },