diff options
author | Ruchira Agarwal <ra1926@att.com> | 2018-05-29 21:12:54 +0000 |
---|---|---|
committer | Ruchira Agarwal <ra1926@att.com> | 2018-05-29 21:18:01 +0000 |
commit | 9c037e68b5f1fd3acbac7fd77c428b71932b896b (patch) | |
tree | 826e3e363d0bfe284203bea11f3a93a2f86ed93a /platform-logic/restapi-templates/src/main/json | |
parent | 75240874408a9714bdf84b1a4b3bfa641c1699c8 (diff) |
Fix LCM Configs
Fix DG and config Typos for LCM
Change-Id: I5000e41986397174dcbd82370be6f9dffae6fe0c
Issue-ID: SDNC-329
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
Former-commit-id: eb4c6fd8294d18394c6d76361987aee9f07a8090
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/lcm-dmaap-publish-template.json | 2 |
1 files changed, 1 insertions, 1 deletions
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} }, |