blob: 082514be72ef16aabf420f627a3feef6c4e9727f [file] [log] [blame]
marcodaa52fa2016-01-25 23:49:50 +01001cinder:
2 volume:
3 enabled: true
4 version: liberty
5 backend:
6 7k2_SAS:
7 engine: storwize
8 type_name: 7k2_SAS
9 host: 127.0.0.1
10 port: 22
11 user: username
12 password: password
13 connection: FC
14 multihost: true
15 multipath: true
16 pool: SAS7K2
17 10k_SAS:
18 engine: storwize
19 type_name: 10k_SAS
20 host: 127.0.0.1
21 port: 22
22 user: username
23 password: password
24 connection: FC
25 multihost: true
26 multipath: true
27 pool: SAS10K
28 15k_SAS:
29 engine: storwize
30 type_name: 15k_SAS
31 host: 127.0.0.1
32 port: 22
33 user: username
34 password: password
35 connection: FC
36 multihost: true
37 multipath: true
38 pool: SAS15K
Martin8192ce29c32017-03-23 22:31:45 +010039 identity:
40 engine: keystone
41 host: 127.0.0.1
42 port: 35357
43 tenant: service
44 user: cinder
45 password: pwd
46 region: regionOne
47 osapi:
48 host: 127.0.0.1
49 glance:
50 host: 127.0.0.1
51 port: 9292
vgusev58e78332018-02-16 17:51:41 +040052 logging:
53 log_appender: false
54 log_handlers:
55 watchedfile:
56 enabled: true
57 fluentd:
58 enabled: false
59 ossyslog:
60 enabled: false
Martin8192ce29c32017-03-23 22:31:45 +010061 default_volume_type: 7k2SaS
62 message_queue:
63 engine: rabbitmq
64 host: 127.0.0.1
65 port: 5672
66 user: openstack
67 password: pwd
68 virtual_host: '/openstack'
69 database:
70 engine: mysql
71 host: 127.0.0.1
72 port: 3306
73 name: cinder
74 user: cinder
75 password: pwd
marcodaa52fa2016-01-25 23:49:50 +010076 controller:
77 enabled: true
78 version: liberty
79 backend:
80 7k2_SAS:
81 engine: storwize
82 type_name: 7k2_SAS
83 host: 127.0.0.1
84 port: 22
85 user: username
86 password: password
87 connection: FC
88 multihost: true
89 multipath: true
90 pool: SAS7K2
91 10k_SAS:
92 engine: storwize
93 type_name: 10k_SAS
94 host: 127.0.0.1
95 port: 22
96 user: username
97 password: password
98 connection: FC
99 multihost: true
100 multipath: true
101 pool: SAS10K
102 15k_SAS:
103 engine: storwize
104 type_name: 15k_SAS
105 host: 127.0.0.1
106 port: 22
107 user: username
108 password: password
109 connection: FC
110 multihost: true
111 multipath: true
Martin8192ce29c32017-03-23 22:31:45 +0100112 pool: SAS15K
113 identity:
114 engine: keystone
115 host: 127.0.0.1
116 port: 35357
117 tenant: service
118 user: cinder
119 password: pwd
120 region: regionOne
121 osapi:
122 host: 127.0.0.1
123 osapi_max_limit: 500
124 glance:
125 host: 127.0.0.1
126 port: 9292
vgusev58e78332018-02-16 17:51:41 +0400127 logging:
128 log_appender: false
129 log_handlers:
130 watchedfile:
131 enabled: true
132 fluentd:
133 enabled: false
134 ossyslog:
135 enabled: false
Martin8192ce29c32017-03-23 22:31:45 +0100136 default_volume_type: 7k2SaS
137 message_queue:
138 engine: rabbitmq
139 host: 127.0.0.1
140 port: 5672
141 user: openstack
142 password: pwd
143 virtual_host: '/openstack'
144 database:
145 engine: mysql
146 host: 127.0.0.1
147 port: 3306
148 name: cinder
149 user: cinder
150 password: pwd