Add missing whitespaces to a few messages

This patch add missing whitespaces to a few messages.

Change-Id: Iecfed764613e35fa1bd26eba6a5cb74d4714e551
This commit is contained in:
Hironori Shiina 2016-09-29 22:02:50 +09:00
parent f4488be27a
commit 126f4254e4
3 changed files with 3 additions and 3 deletions

View File

@ -754,7 +754,7 @@ class DseNode(object):
engine.synchronize_policies()
# TODO(dse2): also broadcast to all PE nodes to synch
except exception.DataServiceError:
LOG.exception('the datasource service is already'
LOG.exception('the datasource service is already '
'created in the node')
except Exception:
LOG.exception(

View File

@ -33,7 +33,7 @@ class TestCinderDriver(manager_congress.ScenarioPolicyBase):
super(TestCinderDriver, cls).skip_checks()
if not (CONF.network.project_networks_reachable or
CONF.network.public_network_id):
msg = ('Either project_networks_reachable must be "true", or'
msg = ('Either project_networks_reachable must be "true", or '
'public_network_id must be defined.')
cls.enabled = False
raise cls.skipException(msg)

View File

@ -32,7 +32,7 @@ class TestKeystoneV2Driver(manager_congress.ScenarioPolicyBase):
super(TestKeystoneV2Driver, cls).skip_checks()
if not (CONF.network.project_networks_reachable or
CONF.network.public_network_id):
msg = ('Either project_networks_reachable must be "true", or'
msg = ('Either project_networks_reachable must be "true", or '
'public_network_id must be defined.')
cls.enabled = False
raise cls.skipException(msg)