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:
parent
179f54ce60
commit
3966199e41
@ -1,5 +1,5 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
{% for share in nfs_client.shares %}
|
{% for share in cinder_nfs_client.shares %}
|
||||||
{{ share.ip }}:{{ share.share }}
|
{{ share.ip }}:{{ share.share }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user