Fix libvirt xml template
Issue found by the test created in previous commit.
This commit is contained in:
parent
ef756eb05d
commit
8dfe2b873d
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user