瀏覽代碼

Virt disk and net profiles fix

tags/0.4
Ales Komarek 8 年之前
父節點
當前提交
43303c554c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      salt/files/_virt.conf

+ 2
- 0
salt/files/_virt.conf 查看文件

@@ -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…
取消
儲存