From fe29f322d2e1f3b3b394c37e0ad34c6f5e3a472d Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Thu, 31 May 2018 00:30:54 -0400 Subject: [PATCH] Fix SDNC LCM Topics Change-Id: I2bea0ad2a9b99da3fadb433f5a40714a9104e472 Issue-ID: SO-526 Signed-off-by: Arthur Martella --- volumes/mso/chef-config/mso-docker.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.16.6