blob: 05ef9b1517bfe4b5dcb87ba3c24b0702a2fb844c [file] [log] [blame]
Simon Pasquier418cacc2016-11-24 17:19:05 +01001applications:
2- aodh
3classes:
4- service.aodh.support
5parameters:
6 aodh:
7 server:
8 enabled: true
Ilya Tyaptind48171d2016-11-25 14:47:42 +03009 version: ${_param:aodh_version}
10 cluster: true
11 ttl: 86400
12 debug: false
13 verbose: true
14 database:
15 engine: "mysql+pymysql"
16 host: ${_param:cluster_vip_address}
17 port: 3306
18 name: aodh
19 user: aodh
20 password: ${_param:mysql_aodh_password}
Simon Pasquier418cacc2016-11-24 17:19:05 +010021 bind:
Ilya Tyaptind48171d2016-11-25 14:47:42 +030022 host: ${_param:cluster_local_address}
23 port: 8042
24 identity:
25 engine: keystone
26 host: ${_param:cluster_vip_address}
27 port: 35357
28 tenant: service
29 user: aodh
30 password: ${_param:keystone_aodh_password}
31 message_queue:
32 engine: rabbitmq
33 host: ${_param:cluster_vip_address}
34 port: 5672
35 user: openstack
36 password: ${_param:rabbitmq_openstack_password}
37 virtual_host: '/openstack'
38 # Workaround for https://bugs.launchpad.net/ceilometer/+bug/1337715
39 rpc_thread_pool_size: 5
40 notifications:
41 store_events: true