fixed typo in functest_sim.sh 47/27847/1
authorjuraj.linkes <jlinkes@cisco.com>
Wed, 1 Feb 2017 12:30:17 +0000 (13:30 +0100)
committerjuraj.linkes <jlinkes@cisco.com>
Wed, 1 Feb 2017 12:30:17 +0000 (13:30 +0100)
Change-Id: I3f8c4fde4aaabd9b39bf6cadf33bc5bd2adceb06
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
scripts/functest_sim.sh

index abc6ec9..6b36367 100755 (executable)
@@ -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`