summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtester3
1 files changed, 1 insertions, 2 deletions
diff --git a/tester b/tester
index 0366399..c3b3852 100755
--- a/tester
+++ b/tester
@@ -238,8 +238,7 @@ class OpenstackSystem(System):
self.ip_addr = free_ip.ip
break
else:
- # TODO: Implement this function
- delete_instance_and_image(self.id)
+ self.terminate()
raise cliapp.AppException('Could not get a floating IP')
print(str(self) + 'Obtained IP address: ' + self.ip_addr)