From: wangguirong Date: Thu, 28 Sep 2017 09:29:06 +0000 (+0800) Subject: Modify eventSourceType value X-Git-Tag: v1.0.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=94193cce5cc963c16625a5d7cc80d2a3efc6457f;p=vfc%2Fnfvo%2Fdriver%2Fems.git Modify eventSourceType value Change-Id: I80f19d592cec5a106a5865be24f5a2a99d752454 Issue-Id:VFC-461 Signed-off-by: wangguirong --- 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("");