[DEFAULT]
compute_driver = libvirt.LibvirtDriver
force_raw_images = true
[libvirt]
cpu_mode = none
{% if kvm_cpu_num.stdout_lines[0]|int == 0 %}
virt_type = qemu
{% else %}
virt_type = kvm
{% endif %}
images_type = raw
mem_stats_period_seconds = 0