Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 1 | cinder: |
| 2 | controller: |
| 3 | enabled: true |
| 4 | version: mitaka |
Kirill Bespalov | 01614c0 | 2017-07-31 17:06:09 +0300 | [diff] [blame] | 5 | 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 Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 12 | 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 Stremkouski | ffa53c0 | 2017-09-15 19:47:21 +0300 | [diff] [blame] | 24 | nas_secure_file_operations: false |
| 25 | nas_secure_file_permissions: false |
Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 26 | 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 Bespalov | 01614c0 | 2017-07-31 17:06:09 +0300 | [diff] [blame] | 34 | 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 Pavlik | 94dc0c9 | 2017-06-14 14:53:23 +0200 | [diff] [blame] | 41 | linux: |
| 42 | system: |
| 43 | package: |
| 44 | nfs-common: |
| 45 | version: latest |