Merge "Add missing ws separator between words"

This commit is contained in:
Zuul 2018-11-27 08:27:00 +00:00 committed by Gerrit Code Review
commit b4c0dd3842
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ api_opts = [
cfg.BoolOpt(
'enable_ssl_api',
default=False,
help=_('Enable the integrated stand-alone API to service requests'
help=_('Enable the integrated stand-alone API to service requests '
'via HTTPS instead of HTTP.')
),
cfg.IntOpt(

View File

@ -95,7 +95,7 @@ class KombuRPCListener(ConsumerMixin):
queue.put(result)
else:
LOG.debug(
"Got a response, but seems like no process is waiting for"
"Got a response, but seems like no process is waiting for "
"it [correlation_id={0}]".format(correlation_id)
)