Remove unnecesary spaces in log messages.
Spaces added by mistake in some log messages. Change-Id: Id96e532d097c428d70fbb1a3c011d8321ee9e18e
This commit is contained in:
parent
f84c551e43
commit
717a0b526a
@ -66,7 +66,7 @@ class tempest::params {
|
||||
}
|
||||
default: {
|
||||
fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, \
|
||||
module ${module_name} only support osfamily RedHat and Debian")
|
||||
module ${module_name} only support osfamily RedHat and Debian")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user