summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/nova/nova-compute.conf
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-14 16:36:31 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-17 10:54:08 +0000
commitb2d0191973a757559115b6f1a65a73507e47b57b (patch)
tree744ed7719875304b8fb9b1a04f1f136272ed9d67 /openstack/usr/share/openstack/nova/nova-compute.conf
parent7f138d531f5d30dddef1a5b828b91bf26b71ea06 (diff)
downloaddefinitions-b2d0191973a757559115b6f1a65a73507e47b57b.tar.gz
Integrate Nova with Ironic
Change-Id: I2eee55408b174dc820ce713e6821f200a1532a48
Diffstat (limited to 'openstack/usr/share/openstack/nova/nova-compute.conf')
-rw-r--r--openstack/usr/share/openstack/nova/nova-compute.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/nova/nova-compute.conf b/openstack/usr/share/openstack/nova/nova-compute.conf
index b19de1d3..8d186211 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
+compute_driver={{ COMPUTE_DRIVER }}
[libvirt]
virt_type={{ NOVA_VIRT_TYPE }}