From 52a736802c707d75104dff25d551a1f8df76d100 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Tue, 25 Sep 2018 17:00:35 -0700 Subject: Fix calls to multicloud adapter Fix up the json body of the POST call to multicloud. Improve checkout of responses from multicloud calls. Change-Id: I1fb47460b54e9e5b478815d3b531d5bdbe1fe3dc Issue-ID: SO-1082 Signed-off-by: Eric Multanen --- common/src/main/java/org/onap/so/utils/TargetEntity.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/src/main/java/org/onap/so/utils/TargetEntity.java b/common/src/main/java/org/onap/so/utils/TargetEntity.java index 84dae957ba..4d48d349b5 100644 --- a/common/src/main/java/org/onap/so/utils/TargetEntity.java +++ b/common/src/main/java/org/onap/so/utils/TargetEntity.java @@ -23,7 +23,8 @@ package org.onap.so.utils; import java.util.EnumSet; public enum TargetEntity { - OPENSTACK_ADAPTER, BPMN, GRM ,AAI, DMAAP, POLICY, CATALOG_DB, REQUEST_DB, VNF_ADAPTER, SDNC_ADAPTER, NARAD; + OPENSTACK_ADAPTER, BPMN, GRM ,AAI, DMAAP, POLICY, CATALOG_DB, REQUEST_DB, + VNF_ADAPTER, SDNC_ADAPTER, NARAD, MULTICLOUD; private static final String PREFIX = "SO"; -- cgit 1.2.3-korg