From 9c037e68b5f1fd3acbac7fd77c428b71932b896b Mon Sep 17 00:00:00 2001 From: Ruchira Agarwal Date: Tue, 29 May 2018 21:12:54 +0000 Subject: Fix LCM Configs Fix DG and config Typos for LCM Change-Id: I5000e41986397174dcbd82370be6f9dffae6fe0c Issue-ID: SDNC-329 Signed-off-by: Ruchira Agarwal Former-commit-id: eb4c6fd8294d18394c6d76361987aee9f07a8090 --- .../restapi-templates/src/main/json/lcm-dmaap-publish-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/restapi-templates/src/main/json') diff --git a/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json b/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json index d30aa06a..a061f634 100644 --- a/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json +++ b/platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json @@ -9,7 +9,7 @@ "common-header": { "api-ver": ${lcm-dmaap.api-ver}, "flags": { - "ttl": ${lcm-dmaap.flags.mode}, + "ttl": ${lcm-dmaap.flags.ttl}, "force": ${lcm-dmaap.flags.force}, "mode": ${lcm-dmaap.flags.mode} }, -- cgit 1.2.3-korg