From 7c75704b6bb3964ee3d155098dc0bc0f70c4cb0a Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 18 Nov 2014 17:57:34 +0000 Subject: WIP: Add more configuration to use the libvirt driver --- openstack/etc/nova/nova.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/openstack/etc/nova/nova.conf b/openstack/etc/nova/nova.conf index 98c687a8..3e9afed5 100644 --- a/openstack/etc/nova/nova.conf +++ b/openstack/etc/nova/nova.conf @@ -597,7 +597,16 @@ admin_user = ##NOVA_SERVICE_USER## admin_password = ##NOVA_SERVICE_PASSWORD## auth_version = v2.0 -# LIBVIRT +########### +# COMPUTE # +########### +compute_driver=libvirt.LibvirtDriver +instance_name_template=instance-%08x +api_paste_config=/etc/nova/api-paste.ini + +############ +## LIBVIRT # +############ [libvirt] # Actual testing hardware does not support hardware acceleration # so in this step we will configure libvirt to use qemu instead of KVM -- cgit v1.2.1