summaryrefslogtreecommitdiffstats
path: root/roles/glusterfs/templates/export.openshift.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/glusterfs/templates/export.openshift.conf.j2')
-rw-r--r--roles/glusterfs/templates/export.openshift.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/glusterfs/templates/export.openshift.conf.j2 b/roles/glusterfs/templates/export.openshift.conf.j2
index 85132cb..a2d1971 100644
--- a/roles/glusterfs/templates/export.openshift.conf.j2
+++ b/roles/glusterfs/templates/export.openshift.conf.j2
@@ -1,6 +1,6 @@
{% set i = 0 %}
{% for domain in glusterfs_domains %}
-{% for name, vol in domain.volumes.iteritems() %}
+{% for name, vol in domain.volumes.items() %}
{% if vol.nfs_clients is defined %}
{% set nfs = vol.nfs_clients %}
{% set i = i + 1 %}