Changed Contrail enabled file
diff --git a/horizon/files/enabled/contrail.py b/horizon/files/enabled/contrail.py
index e69de29..25572af 100644
--- a/horizon/files/enabled/contrail.py
+++ b/horizon/files/enabled/contrail.py
@@ -0,0 +1,9 @@
+# The name of the dashboard to be added to HORIZON['dashboards']. Required.
+DASHBOARD = 'contrail'
+# If set to True, this dashboard will be set as the default dashboard.
+DEFAULT = False
+# A dictionary of exception classes to be added to HORIZON['exceptions'].
+ADD_EXCEPTIONS = {}
+# A list of applications to be added to INSTALLED_APPS.
+ADD_INSTALLED_APPS = ['contrail_openstack_dashboard.contrail']
+
diff --git a/horizon/files/enabled/contrail_openstack_dashboard.py b/horizon/files/enabled/contrail_openstack_dashboard.py
deleted file mode 100644
index 13c3ea0..0000000
--- a/horizon/files/enabled/contrail_openstack_dashboard.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# The name of the dashboard to be added to HORIZON['dashboards']. Required.
-#DASHBOARD = 'contrail'
-# If set to True, this dashboard will be set as the default dashboard.
-#DEFAULT = False
-# A dictionary of exception classes to be added to HORIZON['exceptions'].
-#ADD_EXCEPTIONS = {}
-# A list of applications to be added to INSTALLED_APPS.
-#ADD_INSTALLED_APPS = ['contrail_openstack_dashboard.contrail']
-
-#ADD_JS_FILES = [
-#  'dashboard/js/contrail.networktopology.js'
-#]
\ No newline at end of file