Removed deprecated vif driver

This removes the deprecated vif driver in Juno.

Change-Id: I3ae8e9be51e0290b74e1f660f9f8d15326efca22
Closes-bug: #1501029
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2015-10-19 20:06:34 -05:00
parent 0c794e6e0c
commit 5283e9bd5d
2 changed files with 0 additions and 3 deletions

View File

@@ -157,7 +157,6 @@ nova_console_type: spice
## Nova global config ## Nova global config
nova_cpu_mode: host-model nova_cpu_mode: host-model
nova_linuxnet_interface_driver: nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver nova_linuxnet_interface_driver: nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver
nova_libvirt_vif_driver: nova.virt.libvirt.vif.NeutronLinuxBridgeVIFDriver
nova_firewall_driver: nova.virt.firewall.NoopFirewallDriver nova_firewall_driver: nova.virt.firewall.NoopFirewallDriver
nova_compute_driver: libvirt.LibvirtDriver nova_compute_driver: libvirt.LibvirtDriver
nova_max_age: 0 nova_max_age: 0

View File

@@ -89,7 +89,6 @@ auth_strategy = keystone
## Vif ## Vif
linuxnet_interface_driver = {{ nova_linuxnet_interface_driver }} linuxnet_interface_driver = {{ nova_linuxnet_interface_driver }}
libvirt_vif_driver = {{ nova_libvirt_vif_driver }}
libvirt_vif_type = ethernet libvirt_vif_type = ethernet
vif_plugging_timeout = 10 vif_plugging_timeout = 10
vif_plugging_is_fatal = False vif_plugging_is_fatal = False
@@ -221,7 +220,6 @@ rabbit_hosts = {{ rabbitmq_servers }}
[libvirt] [libvirt]
vif_driver = {{ nova_libvirt_vif_driver }}
inject_partition = {{ nova_libvirt_inject_partition }} inject_partition = {{ nova_libvirt_inject_partition }}
inject_password = {{ nova_libvirt_inject_password }} inject_password = {{ nova_libvirt_inject_password }}
inject_key = {{ nova_libvirt_inject_key }} inject_key = {{ nova_libvirt_inject_key }}