diff --git a/templates/icehouse/dnsmasq.conf b/templates/icehouse/dnsmasq.conf index f67aa11f..48a5c032 100644 --- a/templates/icehouse/dnsmasq.conf +++ b/templates/icehouse/dnsmasq.conf @@ -2,7 +2,7 @@ dhcp-option=26,{{ instance_mtu }} {% endif -%} {% if dnsmasq_flags -%} -{% for key, value in dnsmasq_flags.iteritems() -%} +{% for key, value in dnsmasq_flags.items() -%} {{ key }} = {{ value }} {% endfor -%} {% endif -%}