blob: d9d6a73cb10c9cf867b928f3b32a0d14ba4a6412 [file] [log] [blame]
marcodaa52fa2016-01-25 23:49:50 +01001cinder:
2 controller:
3 enabled: true
4 version: liberty
5 osapi:
6 host: 127.0.0.1
7 database:
8 engine: mysql
9 host: localhost
10 port: 3306
11 name: cinder
12 user: cinder
13 password: password
14 identity:
15 engine: keystone
16 host: 127.0.0.1
Jakub Pavlike57ff112016-03-09 15:30:34 +010017 region: RegionOne
marcodaa52fa2016-01-25 23:49:50 +010018 port: 35357
19 tenant: service
20 user: cinder
21 password: password
22 glance:
23 host: 127.0.0.1
24 port: 9292
25 message_queue:
26 engine: rabbitmq
27 host: 127.0.0.1
28 port: 5672
29 user: openstack
30 password: password
31 virtual_host: '/openstack'
32 ha_queues: false