diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-09-20 17:24:06 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-09-20 17:24:06 +0200 |
| commit | a7599206fb31d6b6f25cddee2b1be6d9f54a4a71 (patch) | |
| tree | 81337dfe8e160e0d5ba15841f9530d07782eba32 /meta-openstack/recipes-devtools/python/python-nova | |
| parent | b11dd54a48fa6dd1190a55439d5c08df57aa3f8a (diff) | |
| download | meta-cloud-services-a7599206fb31d6b6f25cddee2b1be6d9f54a4a71.tar.gz | |
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 <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | [DEFAULT] | 1 | [DEFAULT] |
| 2 | # firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver | 2 | # firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver |
| 3 | firewall_driver = nova.virt.firewall.NoopFirewallDriver | 3 | firewall_driver = nova.virt.firewall.NoopFirewallDriver |
| 4 | compute_driver = nova.virt.libvirt.LibvirtDriver | 4 | compute_driver = libvirt.LibvirtDriver |
| 5 | default_floating_pool = public | 5 | default_floating_pool = public |
| 6 | fixed_range = | 6 | fixed_range = |
| 7 | force_dhcp_release = True | 7 | force_dhcp_release = True |
