summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/functest_sim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functest_sim.sh b/scripts/functest_sim.sh
index abc6ec9..6b36367 100755
--- a/scripts/functest_sim.sh
+++ b/scripts/functest_sim.sh
@@ -34,4 +34,4 @@ nova add-secgroup test-vm2 test-secgroup
# FLOATING IP
echo "Creating and associating floating IP for the first VM"
floatingip_id=`neutron floatingip-create external | grep " id " | tr -s " " | cut -f 4 -d " "`
-neutron floatingip-associate $floatingip_id `neutron port-list | grep 192.168.20.3 | cut -d " " -f 2
+neutron floatingip-associate $floatingip_id `neutron port-list | grep 192.168.20.3 | cut -d " " -f 2`