From 253e9d49e5ceec6d14c833a3ecc40cbff877d5de Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 7 Mar 2018 15:03:06 +0530 Subject: schema-validate broken to validate http profile Issue-ID: CLI-96 Change-Id: I783c0baf30bd96bcd9f6b7a614e1bf941e240ba5 Signed-off-by: Kanagaraj Manickam k00365106 --- .../java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'profiles/http/src') diff --git a/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java b/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java index b18545cb..a5174a4b 100644 --- a/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java +++ b/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java @@ -83,10 +83,10 @@ public class OnapCommandHttpConstants { public static final String CATALOG_SERVICE_BASE_PATH = "catalog-service-base-path"; public static final String CATALOG_SERVICE_HOST_URL = "catalog-service-host-url"; - public static final String AUTH_VALUES = "cli.schema.auth_values"; - public static final String MODE_VALUES = "cli.schema.mode_values"; - public static final String SERVICE_PARAMS_LIST = "cli.schema.service_params_list"; - public static final String SERVICE_PARAMS_MANDATORY_LIST = "cli.schema.service_params_mandatory_list"; + public static final String AUTH_VALUES = "cli.schema.http.service.auth.values"; + public static final String MODE_VALUES = "cli.schema.http.service.mode.values"; + public static final String SERVICE_PARAMS_LIST = "cli.schema.http.service.sections"; + public static final String SERVICE_PARAMS_MANDATORY_LIST = "cli.schema.http.service.sections.mandatory"; public static final String DEFAULT_PARAMETER_NO_CATALOG = "no-catalog"; } -- cgit 1.2.3-korg