From: Renu Kumari Date: Fri, 8 Oct 2021 14:48:00 +0000 (-0400) Subject: Update the ncmp dmi registration url X-Git-Tag: 1.0.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F124768%2F2;p=cps%2Fncmp-dmi-plugin.git Update the ncmp dmi registration url Issue-ID: CPS-722 Signed-off-by: Renu Kumari Change-Id: I67ca134c5f3528d5c5e96f006fd58f603b38fc16 --- diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0ea666e1..1a3b843f 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 : /ncmp/v1/ch + dmiRegistrationUrl : /ncmpInventory/v1/ch auth: username: ${CPS_CORE_USERNAME} password: ${CPS_CORE_PASSWORD}