summaryrefslogtreecommitdiffstats
path: root/rules/ccvpn-rule.drl
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-11-03 09:58:36 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-11-03 09:58:36 +0800
commitfa2f14b76044cb0744c0f4a31de625fec148fe0c (patch)
tree96e8c036c861fae9cfbd798613de2b6e17ebbc47 /rules/ccvpn-rule.drl
parent8dfcd0a87185fccb56dc2e47abd09db0cf798b8e (diff)
Changed the CL Ouput Topic to dcae_cl_out
Change-Id: I9c3ffa5907fc6e73bdcf0e7d7648baf5d1619066 Issue-ID: HOLMES-369 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rules/ccvpn-rule.drl')
-rw-r--r--rules/ccvpn-rule.drl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ccvpn-rule.drl b/rules/ccvpn-rule.drl
index 1f2d82d..2778ad1 100644
--- a/rules/ccvpn-rule.drl
+++ b/rules/ccvpn-rule.drl
@@ -143,7 +143,7 @@ rule "Set Up Correlation"
if ($a.getRootFlag() != 1 && $b.getRootFlag() != 1) {
PolicyMsg msg = createPolicyMsg($a);
DmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);
- dmaapService.publishPolicyMsg(msg, "unauthenticated.DCAE_CL_OUTPUT");
+ dmaapService.publishPolicyMsg(msg, "dcae_cl_out");
updateAaiLinkStatus(getLogicLink($a), status);
}
$a.setRootFlag(1);