blob: b7367bab768cdc22c2fe01f71f249fb955292a99 [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 controller:
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
21 host: ${_param:cluster_vip_address}
22 port: 35357
23 tenant: service
24 user: cinder
25 password: ${_param:keystone_cinder_password}
26 glance:
27 host: ${_param:cluster_vip_address}
28 port: 9292
29 message_queue:
30 engine: rabbitmq
31 host: ${_param:cluster_vip_address}
32 port: 5672
33 user: openstack
34 password: ${_param:rabbitmq_openstack_password}
35 virtual_host: '/openstack'
Jakub Pavlikdc84a042016-01-08 11:34:39 +010036 ha_queues: true