X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fvid%2Fmso%2FMsoProperties.java;h=f6b3f946e496ad7ef61fa83ffa14c857fb0f74be;hb=9e8835dd593b382f369308fac3cc1cfc64c0971c;hp=607d84194bcdda36dc6b01135130db007ce43ccf;hpb=1cfb08779ea0e00be69e072a940b3063e049fe6b;p=vid.git diff --git a/vid-app-common/src/main/java/org/onap/vid/mso/MsoProperties.java b/vid-app-common/src/main/java/org/onap/vid/mso/MsoProperties.java index 607d84194..f6b3f946e 100644 --- a/vid-app-common/src/main/java/org/onap/vid/mso/MsoProperties.java +++ b/vid-app-common/src/main/java/org/onap/vid/mso/MsoProperties.java @@ -20,8 +20,8 @@ package org.onap.vid.mso; -import org.openecomp.portalsdk.core.logging.logic.EELFLoggerDelegate; -import org.openecomp.portalsdk.core.util.SystemProperties; +import org.onap.portalsdk.core.logging.logic.EELFLoggerDelegate; +import org.onap.portalsdk.core.util.SystemProperties; import java.text.DateFormat; import java.text.SimpleDateFormat; @@ -69,6 +69,9 @@ public class MsoProperties extends SystemProperties { /** The Constant MSO_PASSWORD. */ public static final String MSO_PASSWORD = "mso.password.x"; + /** The Constant MSO_REST_API_SVC_INSTANCE. */ + public static final String MSO_REST_API_E2E_SVC_INSTANCE = "mso.restapi.svc.e2einstance"; // /e2eServiceInstances/v3 + /** The Constant MSO_REST_API_SVC_INSTANCE. */ public static final String MSO_REST_API_SVC_INSTANCE = "mso.restapi.svc.instance"; // /serviceInstances/v2