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

stable/wallaby wallaby-em
Zuul 2 years ago committed by Gerrit Code Review
commit 7cee9c9cbf

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

Loading…
Cancel
Save