blob: df86a588d2b3e6ea38261808a37d2d49d26a7de9 [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
Adam Tengler8afb1182016-01-28 16:00:09 +010021 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020022 port: 35357
23 tenant: service
24 user: cinder
Adam Tengler8afb1182016-01-28 16:00:09 +010025 password: ${_param:keystone_cinder_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020026 glance:
Adam Tengler8afb1182016-01-28 16:00:09 +010027 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020028 port: 9292
29 message_queue:
30 engine: rabbitmq
Adam Tengler8afb1182016-01-28 16:00:09 +010031 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020032 port: 5672
33 user: openstack
Adam Tengler8afb1182016-01-28 16:00:09 +010034 password: ${_param:rabbitmq_openstack_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020035 virtual_host: '/openstack'
36 ha_queues: false