[Trivial]Add missing white spaces between words in log messages

This is to add missing white spaces between words in logs messages.

Change-Id: Iee1a859a0adb54fb5e3b925c3facb8178521e82d
This commit is contained in:
zhufl 2020-05-21 15:18:06 +08:00
parent bfdca19bb8
commit f4534e5148
3 changed files with 3 additions and 3 deletions

View File

@ -2160,7 +2160,7 @@ class PlacementCommands(object):
return 127
if force and not instance_uuid:
print(_('The --instance flag is required'
print(_('The --instance flag is required '
'when using --force flag.'))
return 127

View File

@ -34,7 +34,7 @@ server_topology_policies = [
# Control host NUMA node and cpu pinning information
name=BASE_POLICY_NAME % 'host:index',
check_str=base.SYSTEM_READER,
description="Show the NUMA topology data for a server with host"
description="Show the NUMA topology data for a server with host "
"NUMA ID and CPU pinning information",
operations=[
{

View File

@ -592,7 +592,7 @@ class LibvirtDriver(driver.ComputeDriver):
conf.driver_io = "threads"
LOG.warning("The guest disk driver io mode has fallen back "
"from 'native' to 'threads' because the "
"disk cache mode is set as %(cachemode)s, which does"
"disk cache mode is set as %(cachemode)s, which does "
"not use O_DIRECT. See the following bug report "
"for more details: https://launchpad.net/bugs/1841363",
{'cachemode': conf.driver_cache})