Merge "Disable cache support when using validate"

This commit is contained in:
Jenkins 2015-10-23 14:50:35 +00:00 committed by Gerrit Code Review
commit 3f9732a20f
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ class Client(object):
def validate(self):
LOG.info('Validating dashboards in %s', self.args.path)
# NOTE(pabelanger): Disable caching support by default, in an effort
# to improve performance.
self.config.set('cache', 'enabled', 'false')
builder = Builder(self.config)
try: