Fix openecomp references in vnfapi
[sdnc/oam.git] / platform-logic / vnfapi / src / main / xml / VNF-API_network-topology-assign.xml
index 29b93a7..70fbf6a 100644 (file)
@@ -87,7 +87,7 @@
 <parameter name="tmp.dhcpEnabled.boolean" value="false" />
 </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 atomic='true'><execute plugin="org.openecomp.sdnc.sli.plugin.ipAddressTools.IpAddressTool" method="getGatewayAddress">
+</set><switch test="`$preload-data.network-topology-information.subnets[$i].gateway-address`"><outcome value=''><block atomic='true'><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`" />