-
Notifications
You must be signed in to change notification settings - Fork 0
/
ceilometer.conf
35 lines (30 loc) · 875 Bytes
/
ceilometer.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[DEFAULT]
transport_url = rabbit://openstack:password@192.168.122.185
auth_strategy = keystone
meter_dispatchers=gnocchi
event_dispatchers=gnocchi
[keystone_authtoken]
auth_uri = http://192.168.122.185:5000
auth_url = http://192.168.122.185:35357
memcached_servers = 192.168.122.185:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = ceilometer
password = servicepassword
[service_credentials]
auth_url = http://192.168.122.185:5000
project_domain_id = default
user_domain_id = default
auth_type = password
username = ceilometer
project_name = service
password = servicepassword
#interface = internalURL
region_name = RegionOne
[dispatcher_gnocchi]
# filter out Gnocchi-related activity meters (Swift driver)
filter_service_activity = False
# default metric storage archival policy
archive_policy = low