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-01-22 12:46:24 +0000
commit4a3ad69548dad03119a9795b1c2a29e8b9d6654d (patch)
tree079c29bdc99ccc3609d249cdaf085b8074f3c83e /openstack
parentda89051a410d00dda504825d053739f0cce722e2 (diff)
downloaddefinitions-4a3ad69548dad03119a9795b1c2a29e8b9d6654d.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