Remove hz dashboard module from enabled

Since hz.dashboard is now included at the app level, we no longer need to
individually include them at the dashboard level.

Change-Id: I2ff88eca8e4597f39b695a6b2e31fa40fa493b37
Closes-Bug: #1472828
This commit is contained in:
Thai Tran 2015-07-08 17:21:59 -07:00
parent 84aae88057
commit 22856853a4
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ADD_EXCEPTIONS = {}
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = ['openstack_dashboard.dashboards.project']
ADD_ANGULAR_MODULES = ['hz.dashboard']
ADD_ANGULAR_MODULES = []
LAUNCH_INST = 'dashboard/launch-instance/'

View File

@ -20,7 +20,6 @@ ADD_EXCEPTIONS = {}
ADD_INSTALLED_APPS = ['openstack_dashboard.dashboards.identity']
ADD_ANGULAR_MODULES = [
'hz.dashboard',
'hz.dashboard.identity',
]