summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openstack/etc/nova/nova.conf11
1 files changed, 10 insertions, 1 deletions
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