Selaa lähdekoodia

Virt disk and net profiles fix

tags/0.4
Ales Komarek 8 vuotta sitten
vanhempi
commit
43303c554c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      salt/files/_virt.conf

+ 2
- 0
salt/files/_virt.conf Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna