blob: f8e07edfe1b79ad7c6fe886d8a486b592342e740 [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
vgusev58e78332018-02-16 17:51:41 +040027 logging:
28 log_appender: false
29 log_handlers:
30 watchedfile:
31 enabled: true
32 fluentd:
33 enabled: false
34 ossyslog:
35 enabled: false
Martin8192ce29c32017-03-23 22:31:45 +010036 default_volume_type: 7k2SaS
37 message_queue:
38 engine: rabbitmq
39 host: 127.0.0.1
40 port: 5672
41 user: openstack
42 password: pwd
43 virtual_host: '/openstack'
44 database:
45 engine: mysql
46 host: 127.0.0.1
47 port: 3306
48 name: cinder
49 user: cinder
50 password: pwd
marcodaa52fa2016-01-25 23:49:50 +010051 controller:
52 enabled: true
53 version: liberty
54 backend:
55 GPFS-GOLD:
56 type_name: GPFS-GOLD
57 engine: gpfs
58 mount_point: '/mnt/gpfs-openstack/cinder/gold'
59 GPFS-SILVER:
60 type_name: GPFS-SILVER
61 engine: gpfs
Martin8192ce29c32017-03-23 22:31:45 +010062 mount_point: '/mnt/gpfs-openstack/cinder/silver'
63 identity:
64 engine: keystone
65 host: 127.0.0.1
66 port: 35357
67 tenant: service
68 user: cinder
69 password: pwd
70 region: regionOne
71 osapi:
72 host: 127.0.0.1
73 osapi_max_limit: 500
74 glance:
75 host: 127.0.0.1
76 port: 9292
vgusev58e78332018-02-16 17:51:41 +040077 logging:
78 log_appender: false
79 log_handlers:
80 watchedfile:
81 enabled: true
82 fluentd:
83 enabled: false
84 ossyslog:
85 enabled: false
Martin8192ce29c32017-03-23 22:31:45 +010086 default_volume_type: 7k2SaS
87 message_queue:
88 engine: rabbitmq
89 host: 127.0.0.1
90 port: 5672
91 user: openstack
92 password: pwd
93 virtual_host: '/openstack'
94 database:
95 engine: mysql
96 host: 127.0.0.1
97 port: 3306
98 name: cinder
99 user: cinder
100 password: pwd