senlin-dashboard/_50_senlin.py.example

15 lines
307 B
Plaintext

from senlin_dashboard import exceptions
DASHBOARD = 'cluster'
ADD_INSTALLED_APPS = [
'senlin_dashboard',
'senlin_dashboard.cluster'
]
DEFAULT = True
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED,
}