diff --git a/_50_senlin.py.example b/_50_senlin.py.example index 2953a171..8cac4af5 100644 --- a/_50_senlin.py.example +++ b/_50_senlin.py.example @@ -2,6 +2,7 @@ from senlin_dashboard import exceptions DASHBOARD = 'cluster' ADD_INSTALLED_APPS = [ + 'senlin_dashboard', 'senlin_dashboard.cluster' ] DEFAULT = True