From 8499074b4a9e3e610f78f2a328efc58b94973a21 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 24 Nov 2014 15:37:58 +0000 Subject: 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. --- openstack/etc/nova/nova-compute.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1