summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-05-31 15:17:33 -0500
committerBrian Freeman <bf1936@att.com>2018-05-31 15:17:43 -0500
commitfe6aa94ee9e4bb264b1f1a9c36a884a50b814558 (patch)
treec133fa27d11113feea26cbd25c99753d8fb237a0
parente34a39f3147940502d4cebcec483f0c1693eef2b (diff)
Fix APPC Topics ScaleOut
Issue-ID: SO-391 Change-Id: I0e61fd84ef282c8701f4c49325eae0d73bc4dad1 Signed-off-by: Brian Freeman <bf1936@att.com>
-rwxr-xr-xkubernetes/so/resources/config/mso/mso-docker.json4
1 files 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",