aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack_mitaka_xenial/roles/nova-compute/templates/nova-compute.conf
blob: 305d408b7de9bc5c169181d7f865941df272ecdf (plain)
1
2
3
4
5
6
7
8
9
10
11
[DEFAULT]
compute_driver=libvirt.LibvirtDriver
force_raw_images = true
[libvirt]
{% 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