From cf34cc6e78f38dec2a5925f70dd3e39f0c125b22 Mon Sep 17 00:00:00 2001 From: Vidyashree Rama Date: Thu, 16 May 2019 11:14:55 +0530 Subject: Incorrect SDNC API called for CCVPN Bandwidth on demand policy Incorrect SDNC API called for CCVPN Bandwidth on demand policy Issue-ID: POLICY-1774 Change-Id: I4ec0aa8ac6e1cabd4543ce2de9465a242dbeb69a Signed-off-by: Vidyashree Rama --- .../src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controlloop/common/simulators') diff --git a/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java b/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java index 4b22fa3ff..bf1ec0b1a 100644 --- a/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java +++ b/controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java @@ -57,12 +57,12 @@ public class SdncSimulatorJaxRs { } /** - * SDNC vnf topology operation. + * SDNC vf module topology operation. * * @return the response */ @POST - @Path("/GENERIC-RESOURCE-API:vnf-topology-operation") + @Path("/GENERIC-RESOURCE-API:vf-module-topology-operation") @Consumes(MediaType.APPLICATION_JSON) @Produces("application/json") public String sdncVnfTopologyOperation() { -- cgit 1.2.3-korg