Browse code

Merge "Neutron-legacy: Remove LINUXNET_VIF_DRIVER option"

Jenkins authored on 2015/11/14 11:51:49
Showing 1 changed files
... ...
@@ -486,7 +486,6 @@ function create_nova_conf_neutron {
486 486
     # optionally set options in nova_conf
487 487
     neutron_plugin_create_nova_conf
488 488
 
489
-    iniset $NOVA_CONF DEFAULT linuxnet_interface_driver "$LINUXNET_VIF_DRIVER"
490 489
     if is_service_enabled q-meta; then
491 490
         iniset $NOVA_CONF neutron service_metadata_proxy "True"
492 491
     fi