Correct controllerType property name 45/49545/1
authorElena Kuleshov <ek1439@att.com>
Wed, 30 May 2018 16:03:21 +0000 (12:03 -0400)
committerElena Kuleshov <ek1439@att.com>
Wed, 30 May 2018 16:03:21 +0000 (12:03 -0400)
Change-Id: I71003381548d1d221854f78e0d0734994dd16d5f
Issue-ID: SO-602
Signed-off-by: Elena Kuleshov <ek1439@att.com>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/client/appc/ApplicationControllerClient.java

index 4255df3..72ffa96 100644 (file)
@@ -156,7 +156,7 @@ public class ApplicationControllerClient {
                properties.put("topic.read.timeout", globalProperties.get("appc.client.topic.read.timeout"));
                properties.put("client.response.timeout", globalProperties.get("appc.client.response.timeout"));
                properties.put("poolMembers", globalProperties.get("appc.client.poolMembers"));
-               properties.put("client.controllerType", controllerType);
+               properties.put("controllerType", controllerType);
                properties.put("client.key", globalProperties.get("appc.client.key"));
                properties.put("client.secret", globalProperties.get("appc.client.secret"));
                properties.put("client.name", CLIENT_NAME);