blob: f52b8a6e02dca7261bcd7eac6c21294d4d0b1dd2 [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:
Adam Tengler8afb1182016-01-28 16:00:09 +010011 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020012 database:
13 engine: mysql
14 host: localhost
15 port: 3306
16 name: cinder
17 user: cinder
Adam Tengler8afb1182016-01-28 16:00:09 +010018 password: ${_param:mysql_cinder_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020019 identity:
20 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010021 region: RegionOne
Adam Tengler8afb1182016-01-28 16:00:09 +010022 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020023 port: 35357
24 tenant: service
25 user: cinder
Adam Tengler8afb1182016-01-28 16:00:09 +010026 password: ${_param:keystone_cinder_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020027 glance:
Adam Tengler8afb1182016-01-28 16:00:09 +010028 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020029 port: 9292
30 message_queue:
31 engine: rabbitmq
Adam Tengler8afb1182016-01-28 16:00:09 +010032 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020033 port: 5672
34 user: openstack
Adam Tengler8afb1182016-01-28 16:00:09 +010035 password: ${_param:rabbitmq_openstack_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020036 virtual_host: '/openstack'
37 ha_queues: false