blob: 1b66ae23c97d5039ff00d1a0b754061bfbc7c042 [file] [log] [blame]
marcodaa52fa2016-01-25 23:49:50 +01001cinder:
2 volume:
3 enabled: true
4 version: liberty
5 osapi:
6 host: 127.0.0.1
7 database:
8 engine: mysql
9 host: 127.0.0.1
10 port: 3306
11 name: cinder
12 user: cinder
13 password: password
14 identity:
15 engine: keystone
16 host: 127.0.0.1
17 port: 35357
18 tenant: service
19 user: cinder
20 password: password
21 glance:
22 host: 127.0.0.1
23 port: 9292
24 message_queue:
25 engine: rabbitmq
26 host: 127.0.0.1
27 port: 5672
28 user: openstack
29 password: password
30 virtual_host: '/openstack'