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:07:05 +0000 |
commit | c8167f18f2f62c31a84c934325c5d0ca4d721b05 (patch) | |
tree | 1e723a537104bab06555cc283b5eff51efa07379 /platform-logic/restapi-templates/src | |
parent | 9c49bf5a112d96f17cfff475bb61c5e99046a242 (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: 180d53b78636fa60ee37376da7de9289b6ebf31c
Diffstat (limited to 'platform-logic/restapi-templates/src')
-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":{ |