blob: 43ec445411271d5e6b4d33fc9802b337867693be [file] [log] [blame]
Mykyta Karpindb737652018-02-05 11:11:31 +02001applications:
2- gnocchi
3classes:
4- service.gnocchi.common.cluster
5- service.gnocchi.support
6parameters:
7 gnocchi:
8 server:
9 enabled: true
10 debug: false
11 api:
12 auth_mode: keystone
13 identity:
14 engine: keystone
15 region: RegionOne
16 protocol: http
17 host: ${_param:cluster_vip_address}
18 port: 35357
19 private_port: 5000
20 user: gnocchi
21 password: ${_param:keystone_gnocchi_password}
Mykyta Karpine11f1d32018-03-13 14:33:29 +020022 tenant: service
23 auth_type: password