From 370bf55ca3e216353d329cae5ad7a1c026ecdd4f Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 10 Dec 2013 10:51:30 -0500 Subject: [PATCH] Remove outdated libvirt_vif_driver settings There is no longer a need to modify the libvirt_vif_driver conf setting, it should always be the default value of: libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver This patch removes any reference to deprecated options for the libvirt_vif_driver parameter. Closes-bug #1192833 As a side-effect, this patch removes a section that contains this note: When using libvirt < 0.9.11, one must also edit /etc/libvirt/qemu.conf, uncomment the entry for 'cgroup_device_acl', add the value '/dev/net/tun' to the list of items for the configuration entry, and then restart libvirtd. It's not clear to me whether this is required or not with the generic VIF driver plugin. Change-Id: I233b18c8021bae6218faee63828c093d9b5b883d backport: havana --- training-labs/Scripts/Nova/Templates/SingleNode/nova/nova.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/training-labs/Scripts/Nova/Templates/SingleNode/nova/nova.conf b/training-labs/Scripts/Nova/Templates/SingleNode/nova/nova.conf index 1bea29e9..11417a7a 100644 --- a/training-labs/Scripts/Nova/Templates/SingleNode/nova/nova.conf +++ b/training-labs/Scripts/Nova/Templates/SingleNode/nova/nova.conf @@ -44,7 +44,6 @@ quantum_admin_tenant_name=service quantum_admin_username=quantum quantum_admin_password=service_pass quantum_admin_auth_url=http://10.10.10.51:35357/v2.0 -libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver #If you want Quantum + Nova Security groups firewall_driver=nova.virt.firewall.NoopFirewallDriver