Explorar el Código

Fix libvirt xml template

Issue found by the test created in previous commit.
Marek Marczykowski-Górecki hace 7 años
padre
commit
8dfe2b873d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/libvirt/xen.xml

+ 1 - 1
templates/libvirt/xen.xml

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