aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-26 09:50:39 -0400
committerDan Timoney <dtimoney@att.com>2017-10-26 09:50:39 -0400
commit572beff15c4f21dd34b768f9c5815ad1d40f3bd5 (patch)
tree8322ee95635071d790b9d2f14f8e19db4989bf79 /platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
parent5662dc8c57e609ed03ef43823f14e2be8fcb0cb4 (diff)
Fix openecomp references in vnfapi
Fixed incorrect references to openecomp in vnfapi directed graphs Change-Id: Ic58fddba75eb4e01ce2e13914f9e30dae08ae8ef Issue-ID: SDNC-148 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c0cdcf754db3983f8cbf2ab62ddee9f2663ab0f0
Diffstat (limited to 'platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml')
-rw-r--r--platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml b/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
index 4525ffa8..7f35d4e7 100644
--- a/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
+++ b/platform-logic/vnfapi/src/main/xml/VNF-API_network-topology-changeassign.xml
@@ -61,7 +61,7 @@
<set>
<parameter name="tmp.subnetUpdate" value="1" />
</set></outcome></switch><switch test="`$preload-data.network-topology-information.subnets[$n].gateway-address`"><outcome value=''><block>
-<execute plugin="org.openecomp.sdnc.sli.plugin.ipAddressTools.IpAddressTool" method="getGatewayAddress">
+<execute plugin="org.onap.ccsdk.sli.plugins.ipaddresstools.IpAddressTool" method="getGatewayAddress">
<parameter name="ipAddress" value="`$preload-data.network-topology-information.subnets[$n].start-address`" />
<parameter name="ipVersion" value="`$preload-data.network-topology-information.subnets[$n].ip-version`" />
<parameter name="subnet" value="`$preload-data.network-topology-information.subnets[$n].cidr-mask`" />
@@ -196,7 +196,7 @@
</set></outcome></switch><set>
<parameter name='tmp.gateway-address' value='`$preload-data.network-topology-information.subnets[$i].gateway-address`' />
</set><switch test="`$preload-data.network-topology-information.subnets[$i].gateway-address`"><outcome value=''><block>
-<execute plugin="org.openecomp.sdnc.sli.plugin.ipAddressTools.IpAddressTool" method="getGatewayAddress">
+<execute plugin="org.onap.ccsdk.sli.plugins.ipaddresstools.IpAddressTool" method="getGatewayAddress">
<parameter name="ipAddress" value="`$preload-data.network-topology-information.subnets[$i].start-address`" />
<parameter name="ipVersion" value="`$preload-data.network-topology-information.subnets[$i].ip-version`" />
<parameter name="subnet" value="`$preload-data.network-topology-information.subnets[$i].cidr-mask`" />