bffd60680558d632fb7e42de1424dcddbd848769
[compass4nfv.git] /
1 [DEFAULT]
2 verbose = True
3 rpc_backend = rabbit
4 auth_strategy = keystone
5
6 [publisher]
7 metering_secret = {{ metering_secret }}
8
9 [keystone_authtoken]
10 auth_uri = http://{{ internal_vip.ip }}:5000
11 auth_url = http://{{ internal_vip.ip }}:35357
12 auth_type = password
13 project_domain_name = default
14 user_domain_name = default
15 project_name = service
16 username = ceilometer
17 password = {{ CEILOMETER_PASS }}
18
19 auth_plugin = password
20 project_domain_id = default
21 user_domain_id = default
22
23 [oslo_messaging_rabbit]
24 rabbit_host = {{ rabbit_host }}
25 rabbit_userid = {{ RABBIT_USER }}
26 rabbit_password = {{ RABBIT_PASS }}
27
28 [service_credentials]
29 auth_url = http://{{ internal_vip.ip }}:5000
30 project_domain_id = default
31 user_domain_id = default
32 auth_type = password
33 username = ceilometer
34 project_name = service
35 password = {{ CEILOMETER_PASS }}
36 interface = internalURL
37 region_name = RegionOne
38