From 3f6796b1d3852a42aef546f9da7d00da1cc09add Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 18 Jul 2013 11:32:08 +0000 Subject: [PATCH] new osimageusercomment not needed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16999 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a31068b2b..574941075 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -2555,10 +2555,6 @@ push(@{$defspec{node}->{'attrs'}}, @nodeattrs); tabentry => 'osimage.kitcomponents', access_tabentry => 'osimage.imagename=attr:imagename', }, - {attr_name => 'osimageusercomment', - tabentry => 'osimage.comments', - access_tabentry => 'osimage.imagename=attr:imagename', - }, #################### # linuximage table# ####################