Fix missing space in help text for caching option.

There are C-Style string concatenations by juxtaposition in the
help texts and one line was missing a trailing space which caused
two sentences to run into each other.

Change-Id: I8df8a57b4d27de91945a54b6bd1da47cb6ab481f
This commit is contained in:
Niels Boehm 2018-07-10 13:56:41 +02:00
parent ce7d2174db
commit 17a040dab7

View File

@ -45,7 +45,7 @@ def register_cache_configurations(conf):
cfg.BoolOpt("caching", default=True,
help=_(
'Toggle to enable/disable caching when Orchestration '
'Engine validates property constraints of stack.'
'Engine validates property constraints of stack. '
'During property validation with constraints '
'Orchestration Engine caches requests to other '
'OpenStack services. Please note that the global '