Merge "Add missing ws seperator between words"

This commit is contained in:
Zuul 2019-01-24 04:07:07 +00:00 committed by Gerrit Code Review
commit 5ab7c83a97
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ ERROR = 'ERROR'
notifier_opts = [
cfg.StrOpt('default_notification_level',
default=INFO,
help=_('Default notification level for outgoing'
help=_('Default notification level for outgoing '
'notifications.')),
cfg.StrOpt('default_publisher_id',
help=_('Default publisher_id for outgoing notifications.')),

View File

@ -384,7 +384,7 @@ class SoftwareDeployment(signal_responder.SignalResponder):
'values'))
yield swc_io.InputConfig(
name=self.DEPLOY_SIGNAL_VERB, value='POST',
description=_('HTTP verb to use for signaling output'
description=_('HTTP verb to use for signaling output '
'values'))
elif self._signal_transport_temp_url():
@ -395,7 +395,7 @@ class SoftwareDeployment(signal_responder.SignalResponder):
'values'))
yield swc_io.InputConfig(
name=self.DEPLOY_SIGNAL_VERB, value='PUT',
description=_('HTTP verb to use for signaling output'
description=_('HTTP verb to use for signaling output '
'values'))
elif (self._signal_transport_heat() or