Merge "Remove hz dashboard module from enabled"

This commit is contained in:
Jenkins 2015-07-09 10:32:56 +00:00 committed by Gerrit Code Review
commit 5f62bc36a1
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 = []
AUTO_DISCOVER_STATIC_FILES = True

View File

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