diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-06-03 03:38:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-03 03:38:55 +0000 |
commit | c1867da5781e021c06dbe886de8d1dcfb2da2a1e (patch) | |
tree | 1df5553da640db45d4e7c18820a24037320e7530 /volumes/mso/chef-config/mso-docker.json | |
parent | 3b567d6b80a42beb93451146497f363ee3ddfb76 (diff) | |
parent | 0f4850c30cd8eebe13d22c70c3cfb389b80e268c (diff) |
Merge "Swap APPC LCM topics"2.0.0-ONAPcontainer_testbeijing2.0.0-ONAP
Diffstat (limited to 'volumes/mso/chef-config/mso-docker.json')
-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 d4f06b9..0bf5da3 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -220,8 +220,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", |