Horizon plugins - fix params, add jenkins/horizon
diff --git a/horizon/server/plugin/billing.yml b/horizon/server/plugin/billing.yml
index 644e067..486070b 100644
--- a/horizon/server/plugin/billing.yml
+++ b/horizon/server/plugin/billing.yml
@@ -1,16 +1,18 @@
 parameters:
+  _param:
+    openstack_billing_currency: EUR
   horizon:
     server:
       plugin:
         billing:
           metric:
             engine: graphite
-            host: ${_param:stacklight_telemetry_address}
+            host: ${_param:openstack_billing_address}
             port: 80
           config:
-            currency: CZK
+            currency: ${_param:openstack_billing_currency}
             allocation: false
-            extra_resource_types: false
+            extra_resource_types: []
           source:
             engine: pkg
-            name: openstack-dashboard-billing
\ No newline at end of file
+            name: openstack-dashboard-billing