2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/tools/zvm/prep_zxcatIVP_JUNO.pl

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent e028313e1d
commit 1cb3c05351

View File

@ -241,7 +241,7 @@ sub buildDriverProgram{
push( @driverText, "" );
push( @driverText, "# User password defined to communicate with xCAT MN." );
push( @driverText, "# From \'zvm_xcat_password\' in $locNovaConf." );
if ( -e $obfuscateProg ) {
# assume password is obfuscated already and get it in the clear.
$clearPW = `$obfuscateProg -u $novaConf{'DEFAULT'}{'zvm_xcat_password'}`;
@ -740,7 +740,7 @@ sub showHelp{
The default name of the driver program is composed of the following:
'$driverPrefix', and
IP address of the system where driver was prepared, and
(optionally) a hypen and the value specified on --Host operand, and
(optionally) a hypen and the value specified on --Host operand, and
'.sh'.
For example:
$driverPrefix"."9.123.345.91.sh
@ -1137,7 +1137,7 @@ sub validateConfigs{
print "Warning: In $locNovaConf, instance_name_template will not\n" .
" create a usable name with the value: $novaConf{'DEFAULT'}{'instance_name_template'}\n";
}
my $words;
my $words;
$words++ while $base_name =~ /\S+/g;
if ( $words != 1 ) {
print "Warning: In $locNovaConf, instance_name_template will not create\n" .