summaryrefslogtreecommitdiff
path: root/heat/common
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-10-03 22:33:49 +0000
committerGerrit Code Review <review@openstack.org>2018-10-03 22:33:49 +0000
commit87aba8afd1896374a0d49e28579153564573a463 (patch)
tree3fda83762c796553a67e8b84d2cac11df9d9832d /heat/common
parent8cc82b4e14d658c454ed4a224365c5da576a9877 (diff)
parent17a040dab7b4969879f33bc92ad4325c29616ee8 (diff)
downloadheat-87aba8afd1896374a0d49e28579153564573a463.tar.gz
Merge "Fix missing space in help text for caching option."
Diffstat (limited to 'heat/common')
-rw-r--r--heat/common/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/common/cache.py b/heat/common/cache.py
index 759549a4c..3e011fdf4 100644
--- a/heat/common/cache.py
+++ b/heat/common/cache.py
@@ -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 '