Merge "Fix missing space in help text for caching option."

This commit is contained in:
Zuul 2018-10-03 22:33:49 +00:00 committed by Gerrit Code Review
commit 87aba8afd1
1 changed files with 1 additions and 1 deletions

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 '