diff options
author | Arthur Martella <am153x@att.com> | 2018-06-01 11:56:09 -0400 |
---|---|---|
committer | Arthur Martella <am153x@att.com> | 2018-06-01 11:56:09 -0400 |
commit | 0f4850c30cd8eebe13d22c70c3cfb389b80e268c (patch) | |
tree | f0b1d11f5aed9f97789c691a9adb6a7a8f2d947b /volumes | |
parent | fe29f322d2e1f3b3b394c37e0ad34c6f5e3a472d (diff) |
Swap APPC LCM topics
Change-Id: I92e1b96cfd068893560dd305b20b5e828843d09a
Issue-ID: SO-663
Signed-off-by: Arthur Martella <am153x@att.com>
Diffstat (limited to 'volumes')
-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 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", |