From c8167f18f2f62c31a84c934325c5d0ca4d721b05 Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Wed, 23 Dec 2020 16:58:53 +0000 Subject: Passing a correct OTN tunnel ID and a correct Ethernet Service ID for deletion. Reading VLAN id from northbound. Issue-ID: SDNC-1431 Change-Id: Ic89481230fc91ad45fcc8b0d9f14932575ba9b9a Signed-off-by: Hesam Rahimi Former-commit-id: 180d53b78636fa60ee37376da7de9289b6ebf31c --- platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/restapi-templates/src') diff --git a/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json b/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json index 5842e0bb..dc1a0c31 100644 --- a/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json +++ b/platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json @@ -38,7 +38,7 @@ ], "outer-tag":{ "tag-type":"ietf-eth-tran-types:classify-c-vlan", - "vlan-value":1 + "vlan-value":${cvlan} }, "service-classification-type":"ietf-eth-tran-types:vlan-classification", "ingress-egress-bandwidth-profile":{ -- cgit 1.2.3-korg