blob: 1e5d5eb77ca2cdded3407ae513c5f297ba0e0243 [file] [log] [blame]
Jiri Broulik5840bcf2017-03-31 14:34:17 +02001parameters:
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}