blob: 9b65ff964138b5334f5a6f7898a0d04803ffef5f [file] [log] [blame]
Filip Pytlounda2a0792015-10-06 16:28:31 +02001applications:
2- cinder
3parameters:
4 cinder:
5 controller:
6 enabled: true
7 version: ${_param:cinder_version}
8 osapi:
9 host: ${_param:cluster_local_address}
10 database:
11 engine: mysql
12 host: ${_param:cluster_vip_address}
13 port: 3306
14 name: cinder
15 user: cinder
16 password: ${_param:mysql_cinder_password}
17 identity:
18 engine: keystone
19 host: ${_param:cluster_vip_address}
20 port: 35357
21 tenant: service
22 user: cinder
23 password: ${_param:keystone_cinder_password}
24 glance:
25 host: ${_param:cluster_vip_address}
26 port: 9292
27 message_queue:
28 engine: rabbitmq
29 host: ${_param:cluster_vip_address}
30 port: 5672
31 user: openstack
32 password: ${_param:rabbitmq_openstack_password}
33 virtual_host: '/openstack'
Jakub Pavlikdc84a042016-01-08 11:34:39 +010034 ha_queues: true