diff options
author | Brian Freeman <bf1936@att.com> | 2018-05-31 15:17:33 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-05-31 15:17:43 -0500 |
commit | fe6aa94ee9e4bb264b1f1a9c36a884a50b814558 (patch) | |
tree | c133fa27d11113feea26cbd25c99753d8fb237a0 /kubernetes/so/resources | |
parent | e34a39f3147940502d4cebcec483f0c1693eef2b (diff) |
Fix APPC Topics ScaleOut
Issue-ID: SO-391
Change-Id: I0e61fd84ef282c8701f4c49325eae0d73bc4dad1
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'kubernetes/so/resources')
-rwxr-xr-x | kubernetes/so/resources/config/mso/mso-docker.json | 4 |
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", |