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' |
Denis V. Meltsaykin | 6b1fa43 | 2017-09-18 16:49:53 +0300 | [diff] [blame] | 12 | 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 Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 20 | 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 Stremkouski | ffa53c0 | 2017-09-15 19:47:21 +0300 | [diff] [blame] | 32 | nas_secure_file_operations: false |
| 33 | nas_secure_file_permissions: false |
Alexey Chekunov | f916f0c | 2017-05-25 13:29:45 +0400 | [diff] [blame] | 34 | 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 Bespalov | 01614c0 | 2017-07-31 17:06:09 +0300 | [diff] [blame] | 42 | 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 Pavlik | 94dc0c9 | 2017-06-14 14:53:23 +0200 | [diff] [blame] | 49 | linux: |
| 50 | system: |
| 51 | package: |
| 52 | nfs-common: |
| 53 | version: latest |