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:

      <note>
        <para>When using libvirt &lt; 0.9.11, one must also edit
            <filename>/etc/libvirt/qemu.conf</filename>, 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.</para>
      </note>

It's not clear to me whether this is required or not with the
generic VIF driver plugin.

Change-Id: I233b18c8021bae6218faee63828c093d9b5b883d
backport: havana
This commit is contained in:
Lorin Hochstein 2013-12-10 10:51:30 -05:00
parent f976d026ba
commit 370bf55ca3

View File

@ -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