From: Renu Kumari Date: Thu, 7 Oct 2021 17:57:31 +0000 (-0400) Subject: Change the dmiRegistrationURl to /ncmp X-Git-Tag: 1.0.1~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ebe1ca46e17bb4f1c4b25e5981658b2d3461ae05;p=cps%2Fncmp-dmi-plugin.git Change the dmiRegistrationURl to /ncmp Issue-ID: CPS-722 Signed-off-by: Renu Kumari Change-Id: I9ae28a5791476950f37fd75a4cf266b8c1249505 --- diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1a3b843f..0ea666e1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -54,7 +54,7 @@ management: cps-core: baseUrl: http://${CPS_CORE_HOST}:${CPS_CORE_PORT} - dmiRegistrationUrl : /ncmpInventory/v1/ch + dmiRegistrationUrl : /ncmp/v1/ch auth: username: ${CPS_CORE_USERNAME} password: ${CPS_CORE_PASSWORD}