blob: 2e5f083215027eaf950e6cef5aca3beb83b97066 [file] [log] [blame]
marcodaa52fa2016-01-25 23:49:50 +01001cinder:
2 volume:
3 enabled: true
4 version: liberty
5 backend:
6 10kThinPro:
7 type_name: 10kThinPro
8 engine: fujitsu
9 pool: 10kThinPro
10 host: 127.0.0.1
11 port: 5988
12 user: username
13 password: password
14 connection: FC
15 name: 10kThinPro
16 10k_SAS:
17 type_name: 10k_SAS
18 pool: SAS10K
19 engine: fujitsu
20 host: 127.0.0.1
21 port: 5988
22 user: username
23 password: password
24 connection: FC
25 name: 7k2RAID6
Martin8192ce29c32017-03-23 22:31:45 +010026 identity:
27 engine: keystone
28 host: 127.0.0.1
29 port: 35357
30 tenant: service
31 user: cinder
32 password: pwd
33 region: regionOne
34 osapi:
35 host: 127.0.0.1
36 glance:
37 host: 127.0.0.1
38 port: 9292
39 default_volume_type: 7k2SaS
40 message_queue:
41 engine: rabbitmq
42 host: 127.0.0.1
43 port: 5672
44 user: openstack
45 password: pwd
46 virtual_host: '/openstack'
47 database:
48 engine: mysql
49 host: 127.0.0.1
50 port: 3306
51 name: cinder
52 user: cinder
53 password: pwd
marcodaa52fa2016-01-25 23:49:50 +010054 controller:
55 enabled: true
56 version: liberty
57 backend:
58 10kThinPro:
59 type_name: 10kThinPro
60 engine: fujitsu
61 pool: 10kThinPro
62 host: 127.0.0.1
63 port: 5988
64 user: username
65 password: password
66 connection: FC
67 name: 10kThinPro
68 10k_SAS:
69 type_name: 10k_SAS
70 pool: SAS10K
71 engine: fujitsu
72 host: 127.0.0.1
73 port: 5988
74 user: username
75 password: password
76 connection: FC
Martin8192ce29c32017-03-23 22:31:45 +010077 name: 7k2RAID6
78 identity:
79 engine: keystone
80 host: 127.0.0.1
81 port: 35357
82 tenant: service
83 user: cinder
84 password: pwd
85 region: regionOne
86 osapi:
87 host: 127.0.0.1
88 osapi_max_limit: 500
89 glance:
90 host: 127.0.0.1
91 port: 9292
92 default_volume_type: 7k2SaS
93 message_queue:
94 engine: rabbitmq
95 host: 127.0.0.1
96 port: 5672
97 user: openstack
98 password: pwd
99 virtual_host: '/openstack'
100 database:
101 engine: mysql
102 host: 127.0.0.1
103 port: 3306
104 name: cinder
105 user: cinder
106 password: pwd