fix defect 3167

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14309 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-11-12 17:44:24 +00:00
parent 588a72d358
commit b9ecc5e975

View File

@ -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.',