aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2020-05-19 18:35:44 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-19 18:35:44 +0000
commitaf810a559a61c18de4fd1b50be7436c3ac58c1d2 (patch)
treed30c255a95d7b53e25855f9581102695c8360271
parent77f1d25542848d7a5fd32f57436c9f413e0a5919 (diff)
parent2dbfb2233d18517fb68351d94cde4ad4bbfbebfc (diff)
Merge "Subject: Fix heatbridge params for Frankfurt"
-rwxr-xr-xdemo-k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index 5b540b2..007b724 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -198,7 +198,7 @@ do
shift
VARIABLES="$VARIABLES -v HB_VNF:$1"
shift
- VARIABLES="$VARIABLES -v HB_SERVICE:$1"
+ VARIABLES="$VARIABLES -v HB_VNF:$1 -v HB_SERVICE:$1"
shift
VARIABLES="$VARIABLES -v HB_IPV4_OAM_ADDRESS:$1"
shift