Fix error in variable reference 93/29593/1
authorbryan <bryan.sullivan@att.com>
Thu, 2 Mar 2017 02:37:10 +0000 (18:37 -0800)
committerbryan <bryan.sullivan@att.com>
Thu, 2 Mar 2017 02:38:49 +0000 (18:38 -0800)
JIRA: MODELS-23

Change-Id: Id3382aa986e219650ae85951ef2c7dd72c6dc7b1
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
tests/vHello_3Node_Tacker.sh

index 7d877ff..f7cba37 100644 (file)
@@ -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