Deb packaging changes

Remove a line that is not required and cause issue in packaging

Change-Id: I4de8db31bdda0ffaff4e0daee4a4319e0cea0f0c
This commit is contained in:
Murad Awawdeh 2016-06-21 08:54:38 +03:00 committed by Moshe Levi
parent 15d6001c62
commit 3858dfcb94
1 changed files with 2 additions and 4 deletions

View File

@ -23,8 +23,6 @@ ADD_EXCEPTIONS = {}
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = ['horizon_mellanox']
ADD_ANGULAR_MODULES = [
'horizon.dashboard.horizon_mellanox',
ADD_JS_FILES = [
'horizon_mellanox/js/horizon_mellanox.js'
]
AUTO_DISCOVER_STATIC_FILES = True