From a7599206fb31d6b6f25cddee2b1be6d9f54a4a71 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 20 Sep 2017 17:24:06 +0200 Subject: python-nova: Fix namespace for LibvirtDriver in nova.conf This fixes the following: ERROR nova.virt.driver ImportError: No module named nova.virt.libvirt Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-nova/nova.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 1082f11..fe4d756 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf @@ -1,7 +1,7 @@ [DEFAULT] # firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver firewall_driver = nova.virt.firewall.NoopFirewallDriver -compute_driver = nova.virt.libvirt.LibvirtDriver +compute_driver = libvirt.LibvirtDriver default_floating_pool = public fixed_range = force_dhcp_release = True -- cgit v1.2.3-54-g00ecf