openstack-ansible-os_cinder/templates/nfs_shares.j2
Bjoern Teipel e6c2b14c71 Implement NFS multi backend support
The NFS implementation based off cinder_nfs_client
does not support per cinder backend configuration,
separating NFS mounts per backend.
This fix removes cinder_nfs_client in favor of
fully supporting multi cinder backends over the
cinder_backends stanza.

Closes-Bug #1657203

Change-Id: I817ff372c2d58e999a89496fce3d25dc617216f0
2017-01-19 15:30:54 +00:00

5 lines
107 B
Django/Jinja

# {{ ansible_managed }}
{% for share in item.value.shares %}
{{ share.ip }}:{{ share.share }}
{% endfor %}