Merge "Setting DEFAULT to False." into stable/wallaby

This commit is contained in:
Zuul 2021-04-21 05:17:45 +00:00 committed by Gerrit Code Review
commit 7cee9c9cbf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from mistraldashboard import exceptions
DASHBOARD = 'mistral'
ADD_INSTALLED_APPS = ['mistraldashboard']
DEFAULT = True
DEFAULT = False
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,