Procházet zdrojové kódy

Virt disk and net profiles fix

tags/0.4
Ales Komarek před 8 roky
rodič
revize
43303c554c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      salt/files/_virt.conf

+ 2
- 0
salt/files/_virt.conf Zobrazit soubor

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

Načítá se…
Zrušit
Uložit