Fix libvirt xml template

Issue found by the test created in previous commit.
This commit is contained in:
Marek Marczykowski-Górecki 2017-07-17 12:28:56 +02:00
parent ef756eb05d
commit 8dfe2b873d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -108,7 +108,7 @@
{% endif %} {% endif %}
{% if device.domain %} {% if device.domain %}
<backenddomain name="{{ domain }}" /> <backenddomain name="{{ device.domain }}" />
{% endif %} {% endif %}
{% if device.script %} {% if device.script %}