Skip to content

Commit 7ddf674

Browse files
committed
Neutron-legacy: Remove LINUXNET_VIF_DRIVER option
A value is never assigned, and it ends up in the nova.conf file as: linuxnet_interface_driver = So, let's delete it. Change-Id: Ibc270ce6ee622eee871df1f8c11f21e8be8280ee
1 parent 0afcac2 commit 7ddf674

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/neutron-legacy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ function create_nova_conf_neutron {
488488
# optionally set options in nova_conf
489489
neutron_plugin_create_nova_conf
490490

491-
iniset $NOVA_CONF DEFAULT linuxnet_interface_driver "$LINUXNET_VIF_DRIVER"
492491
if is_service_enabled q-meta; then
493492
iniset $NOVA_CONF neutron service_metadata_proxy "True"
494493
fi

0 commit comments

Comments
 (0)