Browse code

Merge pull request #169 from jeblair/master

fix typo in exercise.sh

Jesse Andrews authored on 2011/11/08 03:51:21
Showing 1 changed files
... ...
@@ -165,7 +165,7 @@ ping -c1 -w1 $IP
165 165
 nova secgroup-delete-rule $SECGROUP icmp -1 -1 0.0.0.0/0
166 166
 
167 167
 # FIXME (anthony): make xs support security groups
168
-if [ "$VIRT_DRIVER" != "xenserver"]; then
168
+if [ "$VIRT_DRIVER" != "xenserver" ]; then
169 169
     # test we can aren't able to ping our floating ip within ASSOCIATE_TIMEOUT seconds
170 170
     if ! timeout $ASSOCIATE_TIMEOUT sh -c "while ping -c1 -w1 $FLOATING_IP; do sleep 1; done"; then
171 171
         print "Security group failure - ping should not be allowed!"