diff options
Diffstat (limited to 'heat/vLB/packet_gen_vlb.yaml')
-rw-r--r-- | heat/vLB/packet_gen_vlb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |