From c4098a3af4794da9a1516760baa2318fb91ae258 Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 28 Nov 2017 13:36:38 +0000 Subject: code syncup with ECOMP updates Issue-ID: DCAEGEN2-212 Change-Id: Id388f26be57d2a12250a6845ed5678d0cebceed6 Signed-off-by: Vijay Venkatesh Kumar --- etc/DmaapConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/DmaapConfig.json') diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 8586a9bd..fd38d093 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,7 +1,7 @@ { "channels": [ { - "name": "sec_measurement", + "name": "ves_measurement", "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", "class": "HpCambriaOutputStream", "stripHpId": "true", @@ -9,7 +9,7 @@ "cambria.hosts": "onap.dmaap.org" }, { - "name": "sec_fault", + "name": "ves_fault", "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", "class": "HpCambriaOutputStream", "stripHpId": "true", -- cgit 1.2.3-korg