blob: 392b22479d2b9a183593881283fcb5cc475fabe6 [file] [log] [blame]
Éric Lemoine5ec2b932016-12-14 15:29:13 +00001parameters:
Simon Pasquierea62e2a2017-01-13 14:21:57 +01002 _param:
3 stacklight_notification_topic: stacklight_notifications
Éric Lemoine5ec2b932016-12-14 15:29:13 +00004 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 Pasquierea62e2a2017-01-13 14:21:57 +010011 amqp_notification_topic: ${_param:stacklight_notification_topic}