aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidyashree Rama <vidyashree.rama@huawei.com>2019-05-16 11:14:55 +0530
committerPamela Dragosh <pdragosh@research.att.com>2019-05-16 12:54:22 +0000
commitcf34cc6e78f38dec2a5925f70dd3e39f0c125b22 (patch)
treefa278ae3f532b4ee6caaa613d0456f9ac8a5dc2e
parent4c3088a0d875f89eef777c54617f986d07a6e442 (diff)
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 <vidyashree.rama@huawei.com>
-rw-r--r--controlloop/common/simulators/src/main/java/org/onap/policy/simulators/SdncSimulatorJaxRs.java4
1 files changed, 2 insertions, 2 deletions
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() {