aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-11 14:53:14 -0400
committerMarco Platania <platania@research.att.com>2017-08-11 14:53:14 -0400
commit0f379776bf59d6f0faf5c8e24996eeaf6bbb6239 (patch)
tree76028fd1a0136874aa5b6a4dbac18b52776b5786 /heat/vCPE
parent47793ae17c8f9d5555d5b36fc4da99d27a1f8e8e (diff)
Fix path to vWEB in vCPE infra Heat template
Change-Id: I8465a144e940d840bebc50d7b2c707fbf704ddc7 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE')
-rw-r--r--heat/vCPE/infra/base_vcpe_infra_rackspace.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml b/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml
index 374669f6..6b9160bc 100644
--- a/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml
+++ b/heat/vCPE/infra/base_vcpe_infra_rackspace.yaml
@@ -454,7 +454,7 @@ resources:
echo "__cloud_env__" > /opt/config/cloud_env.txt
# Download and run install script
- curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_vweb_install.sh -o /opt/v_vweb_install.sh
+ curl -k __repo_url_blob__/org.onap.demo/vnfs/vcpe/__install_script_version__/v_web_install.sh -o /opt/v_web_install.sh
cd /opt
- chmod +x v_vweb_install.sh
- ./v_vweb_install.sh
+ chmod +x v_web_install.sh
+ ./v_web_install.sh