blob: ab722b4df83e6a699cd897f59637d9d484d8d54e [file] [log] [blame]
Martin Polreich75bc3c22019-10-08 09:50:54 +02001ceilometer:
2 server:
3 enabled: true
4 version: pike
5 identity:
6 protocol: https
7 engine: keystone
8 host: 127.0.0.1
9 port: 35357
10 tenant: service
11 user: ceilometer
12 password: password
13 endpoint_type: internalURL
14 bind:
15 host: 127.0.0.1
16 port: 8777
17 ttl: 86400
18 message_queue:
19 host: 127.0.0.1
20 port: 5671
21 user: openstack
22 password: password
23 virtual_host: '/openstack'
24 ssl:
25 enabled: true
26 version: '2.1'
27 cacert_file: /etc/ceilometer/cacert.pem
28 cacert: |
29 -----BEGIN CERTIFICATE-----
30 MIIFzzCCA7egAwIBAgIIe7zZ8hCvkgowDQYJKoZIhvcNAQELBQAwSjELMAkGA1UE
31 -----END CERTIFICATE-----