summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-24 15:37:58 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2014-11-27 18:12:14 +0000
commit8499074b4a9e3e610f78f2a328efc58b94973a21 (patch)
tree35735bd678f9c4f119bc22d1321f0f6e0c784a61
parent439d33aee360df3effe81c60824ec09628f122cf (diff)
downloaddefinitions-8499074b4a9e3e610f78f2a328efc58b94973a21.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.
-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