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
This commit is contained in:
Sean M. Collins 2015-11-09 08:08:53 -05:00
parent 0afcac2e01
commit 7ddf6741d2

View File

@ -488,7 +488,6 @@ function create_nova_conf_neutron {
# optionally set options in nova_conf # optionally set options in nova_conf
neutron_plugin_create_nova_conf neutron_plugin_create_nova_conf
iniset $NOVA_CONF DEFAULT linuxnet_interface_driver "$LINUXNET_VIF_DRIVER"
if is_service_enabled q-meta; then if is_service_enabled q-meta; then
iniset $NOVA_CONF neutron service_metadata_proxy "True" iniset $NOVA_CONF neutron service_metadata_proxy "True"
fi fi