Change senlin dashboard to not be the default dashboard

Change-Id: I81d492bf8998e74f5bf53b0226047a070069b060
Closes-Bug: #1754183
This commit is contained in:
Christopher Stone 2018-03-07 14:48:49 -08:00
parent ae73641e13
commit 1cdcacb8ab

View File

@ -17,7 +17,7 @@ ADD_INSTALLED_APPS = [
'senlin_dashboard', 'senlin_dashboard',
'senlin_dashboard.cluster' 'senlin_dashboard.cluster'
] ]
DEFAULT = True DEFAULT = False
AUTO_DISCOVER_STATIC_FILES = True AUTO_DISCOVER_STATIC_FILES = True
ADD_ANGULAR_MODULES = ['horizon.cluster'] ADD_ANGULAR_MODULES = ['horizon.cluster']
ADD_SCSS_FILES = [ ADD_SCSS_FILES = [