summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-25 09:08:21 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-25 09:08:21 +0100
commitf282b28ee2682b372ecbf93a1b3c3d0c9b153cd4 (patch)
treeaa08e5a7fe8305cb0523fa2b62d982ee14406b90
parente9f2de6f2a9ff522473cf0efaba04c22973a90e3 (diff)
downloadciat-tester-tlsa/ugly-untested-hacks.tar.gz
-rwxr-xr-xtester2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester b/tester
index e70e002..a99d2f9 100755
--- a/tester
+++ b/tester
@@ -233,7 +233,7 @@ class OpenstackSystem(System):
# TODO: switch back to cli tool, as python
# approach gave error.
instance.add_floating_ip(free_ip)
- ip_addr = free_ip.ip
+ self.ip_addr = free_ip.ip
break
else:
delete_instance_and_image(hostname)