From bfdf52672c019a7705a53bdb0fe8aba38ef937db Mon Sep 17 00:00:00 2001 From: Nick Bartos Date: Thu, 25 Jul 2013 19:48:42 -0700 Subject: [PATCH] NVP sample config option should match code. Fixes bug #1205169 Change-Id: I894ce7b2a733127fe2185833f6407c0391eb9e2a --- etc/neutron/plugins/nicira/nvp.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/neutron/plugins/nicira/nvp.ini b/etc/neutron/plugins/nicira/nvp.ini index 1405667f6..781ed2630 100644 --- a/etc/neutron/plugins/nicira/nvp.ini +++ b/etc/neutron/plugins/nicira/nvp.ini @@ -59,7 +59,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_iface_name = breth0 +# default_interface_name = breth0 [quotas] # number of network gateways allowed per tenant, -1 means unlimited -- 2.45.2