From 22856853a4088ba3b5eeed02dc96ca56027d3ad0 Mon Sep 17 00:00:00 2001 From: Thai Tran Date: Wed, 8 Jul 2015 17:21:59 -0700 Subject: [PATCH] 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 --- openstack_dashboard/enabled/_10_project.py | 2 +- openstack_dashboard/enabled/_25_identity.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/openstack_dashboard/enabled/_10_project.py b/openstack_dashboard/enabled/_10_project.py index fb2e7d10e0..a6523b31cf 100644 --- a/openstack_dashboard/enabled/_10_project.py +++ b/openstack_dashboard/enabled/_10_project.py @@ -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/' diff --git a/openstack_dashboard/enabled/_25_identity.py b/openstack_dashboard/enabled/_25_identity.py index 8ecbef80f6..2137f17318 100644 --- a/openstack_dashboard/enabled/_25_identity.py +++ b/openstack_dashboard/enabled/_25_identity.py @@ -20,7 +20,6 @@ ADD_EXCEPTIONS = {} ADD_INSTALLED_APPS = ['openstack_dashboard.dashboards.identity'] ADD_ANGULAR_MODULES = [ - 'hz.dashboard', 'hz.dashboard.identity', ]