blob: 79838a29cc9d8daccf5e75615525b90cab5d3832 [file] [log] [blame]
marcodaa52fa2016-01-25 23:49:50 +01001cinder:
2 controller:
3 enabled: true
4 version: liberty
5 backend:
6 ceph_backend:
7 type_name: standard-iops
8 backend: ceph_backend
9 pool: volumes
10 engine: ceph
11 user: cinder
12 secret_uuid: password
13 client_cinder_key: password
Martin8192ce29c32017-03-23 22:31:45 +010014 identity:
15 engine: keystone
16 host: 127.0.0.1
17 port: 35357
18 tenant: service
19 user: cinder
20 password: pwd
21 region: regionOne
22 osapi:
23 host: 127.0.0.1
24 osapi_max_limit: 500
25 glance:
26 host: 127.0.0.1
27 port: 9292
28 default_volume_type: 7k2SaS
29 message_queue:
30 engine: rabbitmq
31 host: 127.0.0.1
32 port: 5672
33 user: openstack
34 password: pwd
35 virtual_host: '/openstack'
36 database:
37 engine: mysql
38 host: 127.0.0.1
39 port: 3306
40 name: cinder
41 user: cinder
42 password: pwd
marcodaa52fa2016-01-25 23:49:50 +010043 volume:
44 enabled: true
45 version: liberty
46 backend:
47 ceph_backend:
48 type_name: standard-iops
49 backend: ceph_backend
50 pool: volumes
51 engine: ceph
52 user: cinder
53 secret_uuid: password
Martin8192ce29c32017-03-23 22:31:45 +010054 client_cinder_key: password
55 identity:
56 engine: keystone
57 host: 127.0.0.1
58 port: 35357
59 tenant: service
60 user: cinder
61 password: pwd
62 region: regionOne
63 osapi:
64 host: 127.0.0.1
65 glance:
66 host: 127.0.0.1
67 port: 9292
68 default_volume_type: 7k2SaS
69 message_queue:
70 engine: rabbitmq
71 host: 127.0.0.1
72 port: 5672
73 user: openstack
74 password: pwd
75 virtual_host: '/openstack'
76 database:
77 engine: mysql
78 host: 127.0.0.1
79 port: 3306
80 name: cinder
81 user: cinder
82 password: pwd