From 07718c5cc6887dfc78aa03d24b88cb2e84eb54ba Mon Sep 17 00:00:00 2001 From: gong yong sheng Date: Fri, 10 Feb 2017 07:29:46 +0000 Subject: [PATCH] Remove tacker-horizon to make this JS path right tacker_horizon in /dashboard/i18n/js/horizon+openstack_dashboard+ mistraldashboard+tacker_horizon+tacker_horizon.openstack_dashboard. dashboards.nfv/ is causing the file not found bug. Remove it from _80_nfv.py will get the right path. Change-Id: I1cbc5a0cadfb1e9a6dd87250c1d7d440c99f8c74 Closes-bug: 1660960 --- tacker_horizon/enabled/_80_nfv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tacker_horizon/enabled/_80_nfv.py b/tacker_horizon/enabled/_80_nfv.py index 9f98c71..9d5986b 100644 --- a/tacker_horizon/enabled/_80_nfv.py +++ b/tacker_horizon/enabled/_80_nfv.py @@ -15,6 +15,5 @@ DASHBOARD = 'nfv' DISABLED = False ADD_INSTALLED_APPS = [ - 'tacker_horizon', 'tacker_horizon.openstack_dashboard.dashboards.nfv', ]