blob: 0303fae50d689076b33afd63304b1f14c0507feb [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 Karpin5b0bf7d2018-03-13 11:56:27 +020022 tenant: service