From a23ec102d5c7a63d205952041df01c0c93f55fea Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 2 Aug 2017 10:03:17 -0400 Subject: Move heat templates from openecom to onap Change-Id: I1fdcfe9a76ae06de797a66a25600ce767c64d166 Signed-off-by: Marco Platania --- heat/vLB/packet_gen_vlb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heat/vLB/packet_gen_vlb.yaml') diff --git a/heat/vLB/packet_gen_vlb.yaml b/heat/vLB/packet_gen_vlb.yaml index 7a63ef35..e41ede8e 100644 --- a/heat/vLB/packet_gen_vlb.yaml +++ b/heat/vLB/packet_gen_vlb.yaml @@ -140,7 +140,7 @@ resources: echo "__cloud_env__" > /opt/config/cloud_env.txt # Download and run install script - curl -k __repo_url_blob__/org.openecomp.demo/vnfs/vlb/__install_script_version__/v_packetgen_install.sh -o /opt/v_packetgen_install.sh + curl -k __repo_url_blob__/org.onap.demo/vnfs/vlb/__install_script_version__/v_packetgen_install.sh -o /opt/v_packetgen_install.sh cd /opt chmod +x v_packetgen_install.sh ./v_packetgen_install.sh \ No newline at end of file -- cgit 1.2.3-korg