Adds missing key/value in POLICY_FILES

 - telemetry
 - orchestration

Change-Id: I99886761b8dca1b3dec26de379d49a79157d4f5f
diff --git a/horizon/files/horizon_settings/_horizon_settings.py b/horizon/files/horizon_settings/_horizon_settings.py
index 5e6fab4..ace63b0 100644
--- a/horizon/files/horizon_settings/_horizon_settings.py
+++ b/horizon/files/horizon_settings/_horizon_settings.py
@@ -32,7 +32,9 @@
     'compute': 'nova_policy.json',
     'network': 'neutron_policy.json',
     'image': 'glance_policy.json',
-    'volume': 'cinder_policy.json'
+    'volume': 'cinder_policy.json',
+    'telemetry': 'ceilometer_policy.json',
+    'orchestration': 'heat_policy.json'
 }
 
 LOGGING = {