Éric Lemoine | 5ec2b93 | 2016-12-14 15:29:13 +0000 | [diff] [blame] | 1 | parameters: |
Simon Pasquier | ea62e2a | 2017-01-13 14:21:57 +0100 | [diff] [blame] | 2 | _param: |
| 3 | stacklight_notification_topic: stacklight_notifications |
Éric Lemoine | 5ec2b93 | 2016-12-14 15:29:13 +0000 | [diff] [blame] | 4 | heka: |
| 5 | remote_collector: |
| 6 | amqp_host: ${_param:heka_amqp_host} |
| 7 | amqp_port: 5672 |
| 8 | amqp_user: openstack |
| 9 | amqp_password: ${_param:rabbitmq_openstack_password} |
| 10 | amqp_vhost: '/openstack' |
Simon Pasquier | ea62e2a | 2017-01-13 14:21:57 +0100 | [diff] [blame] | 11 | amqp_notification_topic: ${_param:stacklight_notification_topic} |