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
This commit is contained in:
Kevin Carter 2015-05-08 15:46:27 -05:00
parent 179f54ce60
commit 3966199e41

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 %}