From: bryan Date: Thu, 2 Mar 2017 02:37:10 +0000 (-0800) Subject: Fix error in variable reference X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F29593%2F1;p=models.git Fix error in variable reference JIRA: MODELS-23 Change-Id: Id3382aa986e219650ae85951ef2c7dd72c6dc7b1 Signed-off-by: Bryan Sullivan --- diff --git a/tests/vHello_3Node_Tacker.sh b/tests/vHello_3Node_Tacker.sh index 7d877ff..f7cba37 100644 --- a/tests/vHello_3Node_Tacker.sh +++ b/tests/vHello_3Node_Tacker.sh @@ -263,7 +263,8 @@ start() { # Workarounds echo "$0: $(date) directly set port security on ports (bug/unsupported in Mitaka Tacker?)" - for vdu in vdus; do + for vdu in $vdus; do + echo "$0: $(date) Setting port security on $vdu" SERVER_ID=$(openstack server list | awk "/$vdu/ { print \$2 }") id=($(neutron port-list|grep -v "+"|grep -v name|awk '{print $2}')) for id in ${id[@]}; do