Ilya Tyaptin | d48171d | 2016-11-25 14:47:42 +0300 | [diff] [blame] | 1 | aodh: |
| 2 | server: |
| 3 | region: RegionOne |
| 4 | enabled: true |
| 5 | version: mitaka |
| 6 | cluster: true |
| 7 | ttl: 86400 |
| 8 | bind: |
| 9 | host: 127.0.0.1 |
| 10 | port: 8042 |
| 11 | identity: |
| 12 | engine: keystone |
| 13 | host: 127.0.0.1 |
| 14 | port: 35357 |
| 15 | tenant: service |
| 16 | user: ceilometer |
| 17 | password: password |
Jiri Broulik | c7c9a38 | 2017-03-15 18:47:21 +0100 | [diff] [blame] | 18 | endpoint_type: internalURL |
Ilya Tyaptin | d48171d | 2016-11-25 14:47:42 +0300 | [diff] [blame] | 19 | message_queue: |
| 20 | engine: rabbitmq |
| 21 | members: |
| 22 | - host: 127.0.0.1 |
| 23 | - host: 127.0.0.1 |
| 24 | - host: 127.0.0.1 |
| 25 | user: openstack |
| 26 | password: password |
| 27 | virtual_host: '/openstack' |
| 28 | # Workaround for https://bugs.launchpad.net/ceilometer/+bug/1337715 |
| 29 | rpc_thread_pool_size: 5 |
Martin Polreich | 9824fa7 | 2017-03-30 10:12:02 +0200 | [diff] [blame^] | 30 | database: |
| 31 | engine: mysql |
| 32 | host: 127.0.0.1 |
| 33 | port: 3306 |
| 34 | name: aodh |
| 35 | user: aodh |
| 36 | password: test |
| 37 | notifications: |
| 38 | store_events: default |