diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2020-12-23 16:58:53 +0000 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2020-12-23 17:04:04 +0000 |
commit | db4d7993b1398dde72b9d359008373268fad1e02 (patch) | |
tree | df3d223204f40b787d8daeff93a557c322308c80 /platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json | |
parent | c5e9d7300202dc5f4e225e8fe2f8be1480f89e39 (diff) |
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 <hesam.rahimi@huawei.com>
Former-commit-id: 9889bd77c51dcabea7b564df80b5a22d9b34839e
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ts-ethernet-service.json | 2 |
1 files changed, 1 insertions, 1 deletions
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":{ |