Merge "Fix qemu_conf_dict not defined"

This commit is contained in:
Jenkins
2016-11-15 16:03:37 +00:00
committed by Gerrit Code Review

View File

@@ -15,6 +15,8 @@ cgroup_device_acl = [
] ]
{% endif %} {% endif %}
{% if qemu_conf_dict is defined %}
{% for key, value in qemu_conf_dict.iteritems() %} {% for key, value in qemu_conf_dict.iteritems() %}
{{ key }} = {{ value }} {{ key }} = {{ value }}
{% endfor %} {% endfor %}
{% endif %}