Enable OpenStack notifications for StackLight

This change updates the remote_collector configuration to collect the
OpenStack notifications. It also enables the notifications for every
OpenStack service in the environments using StackLight.

https://github.com/Mirantis/mk-lab-salt-model/pull/168
diff --git a/heka/remote_collector/cluster.yml b/heka/remote_collector/cluster.yml
index f3344c4..13dffe0 100644
--- a/heka/remote_collector/cluster.yml
+++ b/heka/remote_collector/cluster.yml
@@ -10,6 +10,14 @@
       influxdb_password: ${_param:influxdb_password}
       aggregator_host: ${_param:heka_aggregator_host}
       aggregator_port: ${_param:aggregator_port}
+      amqp_host: ${_param:heka_amqp_host}
+      amqp_port: 5672
+      amqp_user: openstack
+      amqp_password: ${_param:rabbitmq_openstack_password}
+      amqp_vhost: '/openstack'
+      amqp_notification_topic: notifications
+      elasticsearch_host: ${_param:heka_elasticsearch_host}
+      elasticsearch_port: ${_param:elasticsearch_port}
   keepalived:
     cluster:
       instance:
diff --git a/heka/remote_collector/single.yml b/heka/remote_collector/single.yml
index df33055..7f8037c 100644
--- a/heka/remote_collector/single.yml
+++ b/heka/remote_collector/single.yml
@@ -10,3 +10,11 @@
       influxdb_password: ${_param:influxdb_password}
       aggregator_host: ${_param:heka_aggregator_host}
       aggregator_port: ${_param:aggregator_port}
+      amqp_host: ${_param:heka_amqp_host}
+      amqp_port: 5672
+      amqp_user: openstack
+      amqp_password: ${_param:rabbitmq_openstack_password}
+      amqp_vhost: '/openstack'
+      amqp_notification_topic: notifications
+      elasticsearch_host: ${_param:heka_elasticsearch_host}
+      elasticsearch_port: ${_param:elasticsearch_port}