From: Abhishek Raut Date: Fri, 31 Jul 2015 22:07:59 +0000 (-0700) Subject: NSX: Rename default_interface_name option X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e4896b30e63729de4ac07f2baf23ed24dd0a00c7;p=openstack-build%2Fneutron-build.git NSX: Rename default_interface_name option Since this option is configured in the DEFAULT section of nsx.ini, the name of the option clashes with that in the networking_l2gw repo. Proposal is to prefix our option with "nsx_" to avoid such interference. Unfortunately this module was not moved to openstack/vmware-nsx during decomposition and therefore this patch is being proposed on the neutron repository. Change-Id: Ib568333a5ab8ad76600beb4981d7c6047c0603a0 Partial-bug: #1480485 --- diff --git a/etc/neutron/plugins/vmware/nsx.ini b/etc/neutron/plugins/vmware/nsx.ini index 8566ac81c..560cebccf 100644 --- a/etc/neutron/plugins/vmware/nsx.ini +++ b/etc/neutron/plugins/vmware/nsx.ini @@ -39,7 +39,7 @@ # Name of the default interface name to be used on network-gateway. This value # will be used for any device associated with a network gateway for which an # interface name was not specified -# default_interface_name = breth0 +# nsx_default_interface_name = breth0 # Reconnect connection to nsx if not used within this amount of time. # conn_idle_timeout = 900