blob: 1508d2238e63a632fd8736ce9d9d6bc913683945 [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'
Denis V. Meltsaykin6b1fa432017-09-18 16:49:53 +030012 identity:
13 engine: keystone
14 host: 127.0.0.1
15 port: 35357
16 tenant: service
17 user: cinder
18 password: pwd
19 region: regionOne
Alexey Chekunovf916f0c2017-05-25 13:29:45 +040020 backend:
21 netapp:
22 engine: netapp
23 type_name: netapp
24 user: openstack
25 vserver: vm1
26 server_hostname: 172.18.2.3
27 password: password
28 storage_protocol: nfs
29 transport_type: https
30 netapp_lun_space_reservation: enabled
31 use_multipath_for_image_xfer: True
Dmitry Stremkouskiffa53c02017-09-15 19:47:21 +030032 nas_secure_file_operations: false
33 nas_secure_file_permissions: false
Alexey Chekunovf916f0c2017-05-25 13:29:45 +040034 devices:
35 - 172.18.2.2:/vol_1
36 - 172.18.2.2:/vol_2
37 - 172.18.2.2:/vol_3
38 - 172.18.2.2:/vol_4
39 volume:
40 enabled: true
41 version: mitaka
Kirill Bespalov01614c02017-07-31 17:06:09 +030042 message_queue:
43 engine: rabbitmq
44 host: 127.0.0.1
45 port: 5672
46 user: openstack
47 password: pwd
48 virtual_host: '/openstack'
Jakub Pavlik94dc0c92017-06-14 14:53:23 +020049linux:
50 system:
51 package:
52 nfs-common:
53 version: latest