2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Better message wording (#2048)

This commit is contained in:
Mark Gurevich
2016-10-31 22:10:43 -04:00
committed by yangsong
parent d8610f2135
commit f2eeaa37eb

View File

@ -167,7 +167,9 @@ sub check_for_valid_osimage_attributes {
if (($template_file =~ /compute.tmpl/) || ($template_file =~ /service.tmpl/)) {
if ($template_file !~ /ubuntu/) {
# Skip Ubintu osimages, currently ok to have service.tmpl and compute.tmpl for them
probe_utils->send_msg("$output", "w", "$osimage_name contains depricated 'template' value \n $template_file");
probe_utils->send_msg("$output", "w", "Default 'template' value is being used by $osimage_name \n".
" If this image was generated by 'copycds -n <os version>', make sure the <os version> specified\n".
" follows xCAT naming convention (for example 'rhels7.2')");
}
}
}