From b9ecc5e97593db7a52d4a0fded46ac5ed1b0fabf Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 12 Nov 2012 17:44:24 +0000 Subject: [PATCH] fix defect 3167 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14309 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 170379de3..da9f9a1e5 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1310,6 +1310,7 @@ kit => { descriptions => { kitname => 'The unique generated kit name, when kit is added to the cluster.', basename => 'The kit base name', + desc => 'The Kit description.', version => 'The kit version', ostype => 'The kit OS type. Linux or AIX.', isinternal => 'A flag to indicated if the Kit is internally used.', @@ -1326,7 +1327,7 @@ kitrepo => { descriptions => { kitreponame => 'The unique generated kit repo package name, when kit is added to the cluster.', kitname => 'The Kit name which this Kit Package Repository belongs to.', - osbasenames => 'The OS distro name which this repository is based on.', + osbasename => 'The OS distro name which this repository is based on.', osmajorversion => 'The OS distro major version which this repository is based on.', osminorversion => 'The OS distro minor version which this repository is based on. If this attribute is not set, it means that this repo applies to all minor versions.', osarch => 'The OS distro arch which this repository is based on.',