From: juraj.linkes Date: Wed, 1 Feb 2017 12:30:17 +0000 (+0100) Subject: fixed typo in functest_sim.sh X-Git-Tag: danube.1.0~12 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F27847%2F1;p=fds.git fixed typo in functest_sim.sh Change-Id: I3f8c4fde4aaabd9b39bf6cadf33bc5bd2adceb06 Signed-off-by: juraj.linkes --- 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`