Merge "Fix missing space in parameter description"
diff --git a/tempest/config.py b/tempest/config.py
index 4b5330a..8ddb5a4 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -635,7 +635,7 @@
cfg.BoolOpt('image_caching_enabled',
default=False,
help=("Flag to enable if caching is enabled by image "
- "service, operator should set this parameter to True"
+ "service, operator should set this parameter to True "
"if 'image_cache_dir' is set in glance-api.conf")),
cfg.StrOpt('http_image',
default='http://download.cirros-cloud.net/0.3.1/'