Merge "Fix misnamed variable in config"

This commit is contained in:
Jenkins 2017-05-11 21:29:34 +00:00 committed by Gerrit Code Review
commit cbf179b6d5
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ file on disk), and a `endpoint_filter.sql` option (which supports arbitrary
service catalogs per project).
"""))
aching = cfg.BoolOpt(
caching = cfg.BoolOpt(
'caching',
default=True,
help=utils.fmt("""
@ -64,7 +64,7 @@ GROUP_NAME = __name__.split('.')[-1]
ALL_OPTS = [
template_file,
driver,
aching,
caching,
cache_time,
list_limit,
]