]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
NSX: Rename default_interface_name option
authorAbhishek Raut <rauta@vmware.com>
Fri, 31 Jul 2015 22:07:59 +0000 (15:07 -0700)
committerAbhishek Raut <rauta@vmware.com>
Fri, 31 Jul 2015 22:11:37 +0000 (15:11 -0700)
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

index 8566ac81cfbdf21a72094cb30d37431797921400..560cebccfb45ef04c3589925ffe1b764b09e8cb4 100644 (file)
@@ -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