From fe6aa94ee9e4bb264b1f1a9c36a884a50b814558 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 31 May 2018 15:17:33 -0500 Subject: [PATCH] Fix APPC Topics ScaleOut Issue-ID: SO-391 Change-Id: I0e61fd84ef282c8701f4c49325eae0d73bc4dad1 Signed-off-by: Brian Freeman --- kubernetes/so/resources/config/mso/mso-docker.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/so/resources/config/mso/mso-docker.json b/kubernetes/so/resources/config/mso/mso-docker.json index e22034642a..167a8edc09 100755 --- a/kubernetes/so/resources/config/mso/mso-docker.json +++ b/kubernetes/so/resources/config/mso/mso-docker.json @@ -191,8 +191,8 @@ "sdncTimeoutFirewall": "20", "callbackRetryAttempts": "30", "callbackRetrySleepTime": "1000", - "appcClientTopicRead": "APPC-LCM-READ", - "appcClientTopicWrite": "APPC-LCM-WRITE", + "appcClientTopicRead": "APPC-LCM-WRITE", + "appcClientTopicWrite": "APPC-LCM-READ", "appcClientTopicSdncRead": "SDNC-LCM-WRITE", "appcClientTopicSdncWrite": "SDNC-LCM-READ", "appcClientTopicReadTimeout": "360000", -- 2.16.6