From: Arthur Martella Date: Thu, 31 May 2018 04:30:54 +0000 (-0400) Subject: Fix SDNC LCM Topics X-Git-Tag: 2.0.0-ONAP~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fe29f322d2e1f3b3b394c37e0ad34c6f5e3a472d;p=so%2Fdocker-config.git Fix SDNC LCM Topics Change-Id: I2bea0ad2a9b99da3fadb433f5a40714a9104e472 Issue-ID: SO-526 Signed-off-by: Arthur Martella --- diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 5369412..3f2f5a1 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -222,8 +222,8 @@ "callbackRetrySleepTime": "1000", "appcClientTopicRead": "APPC-LCM-READ", "appcClientTopicWrite": "APPC-LCM-WRITE", - "appcClientTopicSdncRead": "SDNC-LCM-READ", - "appcClientTopicSdncWrite": "SDNC-LCM-WRITE", + "appcClientTopicSdncRead": "SDNC-LCM-WRITE", + "appcClientTopicSdncWrite": "SDNC-LCM-READ", "appcClientTopicReadTimeout": "360000", "appcClientResponseTime": "360000", "appcClientPoolMembers": "ueb01.simpledemo.openecomp.org:3904,ueb02.simpledemo.openecomp.org:3904",