blob: f77608d5bd758ec54151f96cbc96d63b2c0913bd [file] [log] [blame]
marcodaa52fa2016-01-25 23:49:50 +01001cinder:
2 volume:
3 enabled: true
4 version: liberty
5 backend:
6 GPFS-GOLD:
7 type_name: GPFS-GOLD
8 engine: gpfs
9 mount_point: '/mnt/gpfs-openstack/cinder/gold'
10 GPFS-SILVER:
11 type_name: GPFS-SILVER
12 engine: gpfs
13 mount_point: '/mnt/gpfs-openstack/cinder/silver'
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 glance:
25 host: 127.0.0.1
26 port: 9292
27 default_volume_type: 7k2SaS
28 message_queue:
29 engine: rabbitmq
30 host: 127.0.0.1
31 port: 5672
32 user: openstack
33 password: pwd
34 virtual_host: '/openstack'
35 database:
36 engine: mysql
37 host: 127.0.0.1
38 port: 3306
39 name: cinder
40 user: cinder
41 password: pwd
marcodaa52fa2016-01-25 23:49:50 +010042 controller:
43 enabled: true
44 version: liberty
45 backend:
46 GPFS-GOLD:
47 type_name: GPFS-GOLD
48 engine: gpfs
49 mount_point: '/mnt/gpfs-openstack/cinder/gold'
50 GPFS-SILVER:
51 type_name: GPFS-SILVER
52 engine: gpfs
Martin8192ce29c32017-03-23 22:31:45 +010053 mount_point: '/mnt/gpfs-openstack/cinder/silver'
54 identity:
55 engine: keystone
56 host: 127.0.0.1
57 port: 35357
58 tenant: service
59 user: cinder
60 password: pwd
61 region: regionOne
62 osapi:
63 host: 127.0.0.1
64 osapi_max_limit: 500
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