Merge "Disable cache support when using validate"
This commit is contained in:
commit
3f9732a20f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user