From be53da165264c30c5fb5034563cf04dbdafa90de Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Wed, 1 Feb 2017 13:37:21 +0100 Subject: removed duplicate creation of test-vm1 in functest sim script Change-Id: I41a11b71bdf8ed0318259be2e8588db1a5f9c94b Signed-off-by: juraj.linkes --- scripts/functest_sim.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 -- cgit 1.2.3-korg