aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Martella <am153x@att.com>2018-05-31 00:30:54 -0400
committerArthur Martella <am153x@att.com>2018-05-31 00:30:54 -0400
commitfe29f322d2e1f3b3b394c37e0ad34c6f5e3a472d (patch)
treeefd590cb4ceb660fda9c0db0bf26dbd0950a0e0d
parentd46886fa0922a425d908bb8f5ed60bf651b3ff7f (diff)
Fix SDNC LCM Topics
Change-Id: I2bea0ad2a9b99da3fadb433f5a40714a9104e472 Issue-ID: SO-526 Signed-off-by: Arthur Martella <am153x@att.com>
-rw-r--r--volumes/mso/chef-config/mso-docker.json4
1 files 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",