@@ -15,6 +15,7 @@ virt: | |||
{%- if iface.model is defined %} | |||
model: {{ iface.model }} | |||
{%- endif %} | |||
{%- endfor %} | |||
{%- endfor %} | |||
disk: | |||
{%- for item_name, item in control.get('disk_profile', {}).iteritems() %} | |||
@@ -24,6 +25,7 @@ virt: | |||
{%- if disk.size is defined %} | |||
size: {{ disk.size }} | |||
{%- endif %} | |||
{%- endfor %} | |||
{%- endfor %} | |||
virt.images: /var/lib/libvirt/images |