Merge "Fix missing space in parameter description"
This commit is contained in:
commit
6b8ff89c8f
@ -635,7 +635,7 @@ ImageGroup = [
|
|||||||
cfg.BoolOpt('image_caching_enabled',
|
cfg.BoolOpt('image_caching_enabled',
|
||||||
default=False,
|
default=False,
|
||||||
help=("Flag to enable if caching is enabled by image "
|
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")),
|
"if 'image_cache_dir' is set in glance-api.conf")),
|
||||||
cfg.StrOpt('http_image',
|
cfg.StrOpt('http_image',
|
||||||
default='http://download.cirros-cloud.net/0.3.1/'
|
default='http://download.cirros-cloud.net/0.3.1/'
|
||||||
|
Loading…
Reference in New Issue
Block a user