From 5696f6141b679e1606167f7a5ff705df89ebfae0 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Wed, 31 Aug 2016 00:34:20 +0000 Subject: [PATCH] Bug 6543: Changed the default value of port-name This patch changed the default value of the parameter "port-name" for the odl-vtn-manager-neutron feature to "eth1" in order to make the CSIT for the feature work well. As of now, the parameter is not configurable, and the default value is always used. However, in the ODL CSIT environment, this parameter needs to be "eth1". This change is a tentative fix. Ideally, the parameter "port-name" should be configurable. That improvemnt is tracked as Bug 6599. Change-Id: Id059618d975dc4982d498c7ab931c55026ba61bb Signed-off-by: gvrangan --- manager/neutron/src/main/yang/vtn-neutron-config.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/neutron/src/main/yang/vtn-neutron-config.yang b/manager/neutron/src/main/yang/vtn-neutron-config.yang index 8b84e1b0..6544d31c 100644 --- a/manager/neutron/src/main/yang/vtn-neutron-config.yang +++ b/manager/neutron/src/main/yang/vtn-neutron-config.yang @@ -31,7 +31,7 @@ module vtn-neutron-config { description "Name of the interface to be added as port to the OVS bridge."; type string; - default "eth0"; + default "eth1"; } leaf protocol { -- 2.36.6