openstack-ansible-os_cinder/templates/nfs_shares.j2
Kevin Carter 3966199e41 Updated cinder nfs variable name so that it'll work
The variable was nfs_client but it needs to be cinder_nfs_client
this commit renames that variable so that it'll function as
expected.

Change-Id: I09ab7eb2ed34237c41132596e998c7b24cd03f1f
Closes-Bug: 1453271
2015-05-08 15:46:27 -05:00

6 lines
115 B
Django/Jinja

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