blob: a80acbe0277bff774ddc7cf2d14eb9ab9ace1c55 [file] [log] [blame]
Ilya Tyaptind48171d2016-11-25 14:47:42 +03001aodh:
2 server:
3 region: RegionOne
4 enabled: true
5 version: mitaka
6 cluster: true
7 ttl: 86400
Mykyta Karpinb93fc662018-06-01 13:00:23 +03008 event_alarm_topic: alarm.all
Ilya Tyaptind48171d2016-11-25 14:47:42 +03009 bind:
10 host: 127.0.0.1
11 port: 8042
12 identity:
13 engine: keystone
14 host: 127.0.0.1
15 port: 35357
16 tenant: service
17 user: ceilometer
18 password: password
Jiri Broulikc7c9a382017-03-15 18:47:21 +010019 endpoint_type: internalURL
vgusev962d1472018-02-19 15:51:38 +040020 logging:
21 log_appender: false
22 log_handlers:
23 watchedfile:
24 enabled: true
25 fluentd:
26 enabled: false
Ilya Tyaptind48171d2016-11-25 14:47:42 +030027 message_queue:
28 engine: rabbitmq
29 host: 127.0.0.1
Martin Polreich9824fa72017-03-30 10:12:02 +020030 port: 5672
Ilya Tyaptind48171d2016-11-25 14:47:42 +030031 user: openstack
32 password: password
33 virtual_host: '/openstack'
34 database:
Martin Polreich9824fa72017-03-30 10:12:02 +020035 engine: mysql
36 host: 127.0.0.1
37 port: 3306
38 name: aodh
39 user: aodh
40 password: test
41 notifications:
42 store_events: default
Vasyl Saienko912321e2018-09-28 13:26:33 +000043apache:
44 server:
45 enabled: true
46 default_mpm: event
47 mpm:
48 prefork:
49 enabled: true
50 servers:
51 start: 5
52 spare:
53 min: 2
54 max: 10
55 max_requests: 0
56 max_clients: 20
57 limit: 20