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