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
This commit is contained in:
gong yong sheng 2017-02-10 07:29:46 +00:00
parent 0829307356
commit 07718c5cc6
1 changed files with 0 additions and 1 deletions

View File

@ -15,6 +15,5 @@
DASHBOARD = 'nfv'
DISABLED = False
ADD_INSTALLED_APPS = [
'tacker_horizon',
'tacker_horizon.openstack_dashboard.dashboards.nfv',
]