From: Arthur Martella Date: Fri, 1 Jun 2018 15:56:09 +0000 (-0400) Subject: Swap APPC LCM topics X-Git-Tag: 2.0.0-ONAP^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0f4850c30cd8eebe13d22c70c3cfb389b80e268c;p=so%2Fdocker-config.git Swap APPC LCM topics Change-Id: I92e1b96cfd068893560dd305b20b5e828843d09a Issue-ID: SO-663 Signed-off-by: Arthur Martella --- diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 3f2f5a1..cdea198 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",