blob: f48845bac17b4e6d2caec650d3c4351c5e125913 [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
Dmitry Stremkouskiffa53c02017-09-15 19:47:21 +030024 nas_secure_file_operations: false
25 nas_secure_file_permissions: false
Alexey Chekunovf916f0c2017-05-25 13:29:45 +040026 devices:
27 - 172.18.2.2:/vol_1
28 - 172.18.2.2:/vol_2
29 - 172.18.2.2:/vol_3
30 - 172.18.2.2:/vol_4
31 volume:
32 enabled: true
33 version: mitaka
Kirill Bespalov01614c02017-07-31 17:06:09 +030034 message_queue:
35 engine: rabbitmq
36 host: 127.0.0.1
37 port: 5672
38 user: openstack
39 password: pwd
40 virtual_host: '/openstack'
Jakub Pavlik94dc0c92017-06-14 14:53:23 +020041linux:
42 system:
43 package:
44 nfs-common:
45 version: latest