Merge "Updated cinder nfs variable name so that it'll work"

This commit is contained in:
Jenkins 2015-05-13 15:58:58 +00:00 committed by Gerrit Code Review
commit c48e71e730

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }}
{% for share in nfs_client.shares %}
{% for share in cinder_nfs_client.shares %}
{{ share.ip }}:{{ share.share }}
{% endfor %}