blob: 5390d6634ad4e6ac2760d483006e17769e359b12 [file] [log] [blame]
Alexey Chekunovf916f0c2017-05-25 13:29:45 +04001cinder:
2 controller:
3 enabled: true
4 version: mitaka
Kirill Bespalov01614c02017-07-31 17:06:09 +03005 message_queue:
6 engine: rabbitmq
7 host: 127.0.0.1
8 port: 5672
9 user: openstack
10 password: pwd
11 virtual_host: '/openstack'
Alexey Chekunovf916f0c2017-05-25 13:29:45 +040012 backend:
13 netapp:
14 engine: netapp
15 type_name: netapp
16 user: openstack
17 vserver: vm1
18 server_hostname: 172.18.2.3
19 password: password
20 storage_protocol: nfs
21 transport_type: https
22 netapp_lun_space_reservation: enabled
23 use_multipath_for_image_xfer: True
24 devices:
25 - 172.18.2.2:/vol_1
26 - 172.18.2.2:/vol_2
27 - 172.18.2.2:/vol_3
28 - 172.18.2.2:/vol_4
29 volume:
30 enabled: true
31 version: mitaka
Kirill Bespalov01614c02017-07-31 17:06:09 +030032 message_queue:
33 engine: rabbitmq
34 host: 127.0.0.1
35 port: 5672
36 user: openstack
37 password: pwd
38 virtual_host: '/openstack'
Jakub Pavlik94dc0c92017-06-14 14:53:23 +020039linux:
40 system:
41 package:
42 nfs-common:
43 version: latest