Use QEMU for virtualised compute

Most development environments will use nested virtualisation, and we
can't guarantee that nested KVM support is available. Use QEMU as a
lowest common denominator.
This commit is contained in:
Mark Goddard 2018-04-17 19:17:31 +01:00
parent 724cdb6858
commit 35dc9476d7
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
---
# Add extra Kolla global configuration here.
# Most development environments will use nested virtualisation, and we can't
# guarantee that nested KVM support is available. Use QEMU as a lowest common
# denominator.
nova_compute_virt_type: qemu