Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - cinder |
Jakub Pavlik | dac663a | 2016-01-27 22:54:52 +0100 | [diff] [blame] | 3 | classes: |
| 4 | - service.cinder.support |
Filip Pytloun | da2a079 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 5 | parameters: |
| 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 |