Browse code

Merge "Show ip address before associating address"

Jenkins authored on 2013/08/07 20:35:55
Showing 1 changed files
... ...
@@ -129,7 +129,8 @@ else
129 129
     # Allocate floating address
130 130
     FLOATING_IP=`euca-allocate-address | cut -f2`
131 131
     die_if_not_set $LINENO FLOATING_IP "Failure allocating floating IP"
132
-
132
+    # describe all instances at this moment
133
+    euca-describe-instances
133 134
     # Associate floating address
134 135
     euca-associate-address -i $INSTANCE $FLOATING_IP || \
135 136
         die $LINENO "Failure associating address $FLOATING_IP to $INSTANCE"