aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/scripts/v_lb_init.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-11 14:30:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-11 14:30:03 +0000
commit65ef82df52e1da9e99267dd524a054a933876f4e (patch)
treedc4270f70440d1de88a82790f57aac7ca9e38d31 /vnfs/vLBMS/scripts/v_lb_init.sh
parent12f6d79d758048a7acd0615d1eee01686f05fd06 (diff)
parent021b4afde9d6e1e928fc208d27f8ee8d819c121d (diff)
Merge "Update scale out Heat template for Casablanca"
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_init.sh')
-rw-r--r--vnfs/vLBMS/scripts/v_lb_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/v_lb_init.sh b/vnfs/vLBMS/scripts/v_lb_init.sh
index fcbb1d61..bf868675 100644
--- a/vnfs/vLBMS/scripts/v_lb_init.sh
+++ b/vnfs/vLBMS/scripts/v_lb_init.sh
@@ -76,7 +76,7 @@ vppctl set interface proxy-arp tap-0 enable
vppctl set ip arp tap-0 $PKTGEN_IPADDR $PKTGEN_MAC
# Start Honeycomb and initialize the vLB with information about vDNS
-VERSION=$(cat /opt/config/demo_artifacts_version.txt)
+VERSION=$(cat /opt/config/nb_api_version.txt)
cd /opt
./honeycomb-api/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/target/vlb-vnf-onap-distribution-$VERSION-hc/vlb-vnf-onap-distribution-$VERSION/honeycomb &>/var/log/honeycomb.log &disown
sleep 10