blob: 2cf5c2b4d33443848e1e4242e930e6a66070fd4e [file] [log] [blame]
Filip Pytlounda2a0792015-10-06 16:28:31 +02001applications:
2- cinder
Jakub Pavlikdac663a2016-01-27 22:54:52 +01003classes:
4- service.cinder.support
Filip Pytlounda2a0792015-10-06 16:28:31 +02005parameters:
6 cinder:
7 volume:
8 enabled: true
9 version: ${_param:cinder_version}
10 osapi:
11 host: ${_param:cluster_local_address}
12 database:
13 engine: mysql
14 host: ${_param:cluster_vip_address}
15 port: 3306
16 name: cinder
17 user: cinder
18 password: ${_param:mysql_cinder_password}
19 identity:
20 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010021 region: RegionOne
Filip Pytlounda2a0792015-10-06 16:28:31 +020022 host: ${_param:cluster_vip_address}
23 port: 35357
24 tenant: service
25 user: cinder
26 password: ${_param:keystone_cinder_password}
27 glance:
28 host: ${_param:cluster_vip_address}
29 port: 9292
30 message_queue:
31 engine: rabbitmq
32 host: ${_param:cluster_vip_address}
33 port: 5672
34 user: openstack
35 password: ${_param:rabbitmq_openstack_password}
36 virtual_host: '/openstack'
Jakub Pavlik0d365fa2016-01-11 14:13:11 +010037 ha_queues: true