summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-16 11:25:34 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-16 17:35:18 +0000
commit7e02e3676f137d21f81d15f9a94f115a19363234 (patch)
treef579f1c16507b04f825fdda5554189c6feeeaff2 /openstack
parent65f1f259995e6810a5c2bfad6172706a911032dd (diff)
downloaddefinitions-7e02e3676f137d21f81d15f9a94f115a19363234.tar.gz
Add support in nova to configure virtualizaion type
Diffstat (limited to 'openstack')
-rw-r--r--openstack/usr/share/openstack/nova/nova-compute.conf2
-rw-r--r--openstack/usr/share/openstack/nova/nova.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/openstack/usr/share/openstack/nova/nova-compute.conf b/openstack/usr/share/openstack/nova/nova-compute.conf
index 1ef5590c..b19de1d3 100644
--- a/openstack/usr/share/openstack/nova/nova-compute.conf
+++ b/openstack/usr/share/openstack/nova/nova-compute.conf
@@ -1,4 +1,4 @@
[DEFAULT]
compute_driver=libvirt.LibvirtDriver
[libvirt]
-virt_type=qemu
+virt_type={{ NOVA_VIRT_TYPE }}
diff --git a/openstack/usr/share/openstack/nova/nova.conf b/openstack/usr/share/openstack/nova/nova.conf
index 610da0f9..a605e22d 100644
--- a/openstack/usr/share/openstack/nova/nova.conf
+++ b/openstack/usr/share/openstack/nova/nova.conf
@@ -633,4 +633,4 @@ allow_resize_to_same_host=True
[libvirt]
# Actual testing hardware does not support hardware acceleration
# so in this step we will configure libvirt to use qemu instead of KVM
-virt_type=qemu
+virt_type={{ NOVA_VIRT_TYPE }}