From: juraj.linkes Date: Wed, 1 Feb 2017 12:37:21 +0000 (+0100) Subject: removed duplicate creation of test-vm1 in functest sim script X-Git-Tag: danube.1.0~11 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=be53da165264c30c5fb5034563cf04dbdafa90de;p=fds.git removed duplicate creation of test-vm1 in functest sim script Change-Id: I41a11b71bdf8ed0318259be2e8588db1a5f9c94b Signed-off-by: juraj.linkes --- diff --git a/scripts/functest_sim.sh b/scripts/functest_sim.sh index 6b36367..e328b50 100755 --- a/scripts/functest_sim.sh +++ b/scripts/functest_sim.sh @@ -27,7 +27,6 @@ sleep 7 # SECOND VM echo "Creating second VM in the network and adding the security group to it" -nova boot --image cirros-0.3.4 --flavor 1 --nic net-id=$net_id test-vm1 nova boot --image cirros-0.3.4 --flavor 1 --nic net-id=$net_id test-vm2 nova add-secgroup test-vm2 test-secgroup