Mykyta Karpin | db73765 | 2018-02-05 11:11:31 +0200 | [diff] [blame] | 1 | applications: |
2 | - gnocchi | ||||
3 | classes: | ||||
4 | - service.gnocchi.common.cluster | ||||
5 | - service.gnocchi.support | ||||
6 | parameters: | ||||
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 Karpin | 5b0bf7d | 2018-03-13 11:56:27 +0200 | [diff] [blame^] | 22 | tenant: service |