From 0f4850c30cd8eebe13d22c70c3cfb389b80e268c Mon Sep 17 00:00:00 2001 From: Arthur Martella Date: Fri, 1 Jun 2018 11:56:09 -0400 Subject: [PATCH] Swap APPC LCM topics Change-Id: I92e1b96cfd068893560dd305b20b5e828843d09a Issue-ID: SO-663 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 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", -- 2.16.6