diff --git a/action_plugins/jiffybox.py b/action_plugins/jiffybox.py
index 39ee82427bf4cf3d520094afa29ffcc7db2c294f..e829e46d3d4f2f6ccd6baf0ed41abef8163152c9 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.')