diff --git a/buildcore.sh b/buildcore.sh index eab35eda4..0b59d4895 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -497,6 +497,7 @@ if [ "$OSNAME" != "AIX" -a "$REL" = "devel" -a "$PROMOTE" != 1 -a -z "$EMBED" ]; rpm2cpio ../$XCATCORE/perl-xCAT-*.$NOARCH.rpm | cpio -id '*.html' rpm2cpio ../$XCATCORE/xCAT-test-*.$NOARCH.rpm | cpio -id '*.html' rpm2cpio ../$XCATCORE/xCAT-buildkit-*.$NOARCH.rpm | cpio -id '*.html' + rpm2cpio ../$XCATCORE/xCAT-OpenStack-*.x86_64.rpm | cpio -id '*.html' i=0 while [ $((i+=1)) -le 5 ] && ! rsync $verboseflag -r opt/xcat/share/doc/man1 opt/xcat/share/doc/man3 opt/xcat/share/doc/man5 opt/xcat/share/doc/man7 opt/xcat/share/doc/man8 $UPLOADUSER,xcat@web.sourceforge.net:htdocs/ do : ; done diff --git a/xCAT-OpenStack/lib/perl/xCAT_schema/Clouds.pm b/xCAT-OpenStack/lib/perl/xCAT_schema/Clouds.pm index b14cc0212..303e6ae32 100755 --- a/xCAT-OpenStack/lib/perl/xCAT_schema/Clouds.pm +++ b/xCAT-OpenStack/lib/perl/xCAT_schema/Clouds.pm @@ -13,6 +13,7 @@ package xCAT_schema::Clouds; required => [qw(name)], table_desc => 'OpenStack clouds managed by this xCAT cluster', descriptions => { + name => 'The name of the cloud. This is referred to by the nodes in the cloud table.', controller => 'The xCAT node name of the controller node', hostip => 'The host IP is in openstack management network on the controller node. It is always the rabbitmq host IP and nova_metadata_ip.', pubinterface => 'Interface to use for external bridge. The default value is eth1.',