From 94193cce5cc963c16625a5d7cc80d2a3efc6457f Mon Sep 17 00:00:00 2001 From: wangguirong Date: Thu, 28 Sep 2017 17:29:06 +0800 Subject: Modify eventSourceType value Change-Id: I80f19d592cec5a106a5865be24f5a2a99d752454 Issue-Id:VFC-461 Signed-off-by: wangguirong --- .../org/onap/vfc/nfvo/emsdriver/northbound/client/NorthMessageMgr.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/NorthMessageMgr.java b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/NorthMessageMgr.java index 8931d99..84fb7f6 100644 --- a/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/NorthMessageMgr.java +++ b/ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/NorthMessageMgr.java @@ -189,7 +189,7 @@ public class NorthMessageMgr extends DriverThread{ EvelFault flt = new EvelFault(eventName, evnId,alarmCondition, specificProblem,pri,severity, - EVEL_SOURCE_TYPES.EVEL_SOURCE_OTHER, + EVEL_SOURCE_TYPES.EVEL_SOURCE_VIRTUAL_NETWORK_FUNCTION, status); flt.evel_nfcnamingcode_set(""); flt.evel_nfnamingcode_set(""); -- cgit 1.2.3-korg