Telemetry not requires custom root urls, and bump version of horizon-contrib
diff --git a/horizon/files/horizon_settings/_local_settings.py b/horizon/files/horizon_settings/_local_settings.py
index 75cf860..965f8c5 100644
--- a/horizon/files/horizon_settings/_local_settings.py
+++ b/horizon/files/horizon_settings/_local_settings.py
@@ -178,10 +178,6 @@
 
 {%- endif %}
 
-{%- if plugin.app == "horizon_telemetry" %}
-AUTHENTICATION_URLS += ['horizon_telemetry.graphite_urls']
-{%- endif %}
-
 {%- if plugin.urls is defined %}
 AUTHENTICATION_URLS += {{ plugin.urls|python }}
 {%- endif %}
diff --git a/horizon/files/requirements/helpdesk_vanilla.txt b/horizon/files/requirements/helpdesk_vanilla.txt
index 6e3851a..bf40f1b 100644
--- a/horizon/files/requirements/helpdesk_vanilla.txt
+++ b/horizon/files/requirements/helpdesk_vanilla.txt
@@ -66,5 +66,5 @@
 python-muranoclient>=0.5.5
 raven
 
-horizon-contrib>=2015.7.6
+horizon-contrib>=2015.11.6
 django-wysiwyg-redactor
\ No newline at end of file