diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-05-31 06:15:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-31 06:15:14 +0000 |
commit | 3b567d6b80a42beb93451146497f363ee3ddfb76 (patch) | |
tree | afae2889e327efcb6cba4ef04a45926a725f9670 | |
parent | 4545ae6f217c239fc799c04a138004c765d856f8 (diff) | |
parent | fe29f322d2e1f3b3b394c37e0ad34c6f5e3a472d (diff) |
Merge "Fix SDNC LCM Topics"
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 4 |
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 abe0946..d4f06b9 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", |