aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/nova-compute/templates/nova-compute.conf
blob: a46c6b8d53f6738b7060a4eca59cf1883df85849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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