From e4896b30e63729de4ac07f2baf23ed24dd0a00c7 Mon Sep 17 00:00:00 2001 From: Abhishek Raut Date: Fri, 31 Jul 2015 15:07:59 -0700 Subject: [PATCH] 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 --- etc/neutron/plugins/vmware/nsx.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2