blob: a1a058d58e686f377129da54d17f0e4a7c9fc0c6 [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
sgarbuz4c7c5e32018-05-15 10:17:19 +030023 auth_type: password