blob: 24ac29634183e1259b21bb1ea8413aceee39d86c [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: ${linux:network:host:local:address}
10 database:
11 engine: mysql
12 host: localhost
13 port: 3306
14 name: cinder
15 user: cinder
16 password: ${_secret:mysql_cinder_password}
17 identity:
18 engine: keystone
19 host: ${linux:network:host:local:address}
20 port: 35357
21 tenant: service
22 user: cinder
23 password: ${_secret:keystone_cinder_password}
24 glance:
25 host: ${linux:network:host:local:address}
26 port: 9292
27 message_queue:
28 engine: rabbitmq
29 host: ${linux:network:host:local:address}
30 port: 5672
31 user: openstack
32 password: ${_secret:rabbitmq_openstack_password}
33 virtual_host: '/openstack'
34 ha_queues: false
Jakub Pavlik5d7df0d2016-01-06 13:08:30 +010035 backend: []