| Jiri Broulik | 5840bcf | 2017-03-31 14:34:17 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | cinder_nfs_local_path: /var/lib/cinder/nfs | ||||
| 4 | cinder: | ||||
| 5 | controller: | ||||
| 6 | default_volume_type: nfs-driver | ||||
| 7 | backend: | ||||
| 8 | nfs-driver: | ||||
| 9 | engine: nfs | ||||
| 10 | type_name: nfs-driver | ||||
| 11 | volume_group: cinder-volume | ||||
| 12 | path: ${_param:cinder_nfs_local_path} | ||||
| 13 | devices: | ||||
| 14 | - ${_param:cinder_nfs_host}:${_param:cinder_nfs_remote_path} | ||||
| 15 | options: ${_param:cinder_nfs_mount_options} | ||||