summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-24 15:37:58 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:29 +0000
commit4841ceff4004257016cbadf59c1bf467007419e9 (patch)
treea41c9cae8db13edca22f4d4fa4264f3fa9411414 /openstack
parent1e2648b382d6f5a0992e3e3facab546d76911efc (diff)
downloaddefinitions-4841ceff4004257016cbadf59c1bf467007419e9.tar.gz
REVIEWME: Replace kvm virtualization by qemu
The actual test is done in a VM in a host which does not accept other kind of virtualization. In the future this patch should be reverted or not applied on rebase if the virtualization required is KVM or modified if the virtualization is any other. Qemu is only configured for test purposes.
Diffstat (limited to 'openstack')
-rw-r--r--openstack/etc/nova/nova-compute.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/etc/nova/nova-compute.conf b/openstack/etc/nova/nova-compute.conf
index 48ad4890..1ef5590c 100644
--- a/openstack/etc/nova/nova-compute.conf
+++ b/openstack/etc/nova/nova-compute.conf
@@ -1,4 +1,4 @@
[DEFAULT]
compute_driver=libvirt.LibvirtDriver
[libvirt]
-virt_type=kvm
+virt_type=qemu