From 1cdcacb8ab8e78c9b325f454382d591da10b06fd Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Wed, 7 Mar 2018 14:48:49 -0800 Subject: [PATCH] Change senlin dashboard to not be the default dashboard Change-Id: I81d492bf8998e74f5bf53b0226047a070069b060 Closes-Bug: #1754183 --- senlin_dashboard/enabled/_50_senlin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlin_dashboard/enabled/_50_senlin.py b/senlin_dashboard/enabled/_50_senlin.py index 8bbcec42..0c14c28d 100644 --- a/senlin_dashboard/enabled/_50_senlin.py +++ b/senlin_dashboard/enabled/_50_senlin.py @@ -17,7 +17,7 @@ ADD_INSTALLED_APPS = [ 'senlin_dashboard', 'senlin_dashboard.cluster' ] -DEFAULT = True +DEFAULT = False AUTO_DISCOVER_STATIC_FILES = True ADD_ANGULAR_MODULES = ['horizon.cluster'] ADD_SCSS_FILES = [