From e75ee98d3936bf62caf20f9ac83a97b2a3591741 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 8 Sep 2015 17:14:26 +0200
Subject: [PATCH] Notes in preparation for JiffyBox plugin to deal with
 multiple floating IPs

---
 action_plugins/jiffybox.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/action_plugins/jiffybox.py b/action_plugins/jiffybox.py
index 39ee824..e829e46 100644
--- a/action_plugins/jiffybox.py
+++ b/action_plugins/jiffybox.py
@@ -210,6 +210,7 @@ class ActionModule(object):
             raise ae("Target host %s unknown in this JiffyBox account." % target)
         vv("- target host: %s" % target)
 
+        # TODO: Here we should be able to deal with multiple floating IPs
         ip = self.find_floating_ip()
         if not ip:
             raise ae('No ip defined for moving.')
-- 
GitLab