summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtester1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester b/tester
index 9cbb3aa..ac0de6a 100755
--- a/tester
+++ b/tester
@@ -236,6 +236,7 @@ class OpenstackSystem(System):
self.ip_addr = free_ip.ip
break
else:
+ # TODO: Implement this function
delete_instance_and_image(self.id)
raise cliapp.AppException('Could not get a floating IP')