Merge "Improve Python 3 compatibility"

This commit is contained in:
Jenkins 2017-09-19 13:00:29 +00:00 committed by Gerrit Code Review
commit a980336cca
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ clog to syslog = {{ use_syslog }}
[client] [client]
{% if rbd_client_cache_settings -%} {% if rbd_client_cache_settings -%}
{% for key, value in rbd_client_cache_settings.iteritems() -%} {% for key, value in rbd_client_cache_settings.items() -%}
{{ key }} = {{ value }} {{ key }} = {{ value }}
{% endfor -%} {% endfor -%}
{%- endif %} {%- endif %}