Skip to content
Snippets Groups Projects
Commit e75ee98d authored by jurgenhaas's avatar jurgenhaas
Browse files

Notes in preparation for JiffyBox plugin to deal with multiple floating IPs

parent 157f3cf5
Branches
No related tags found
No related merge requests found
......@@ -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.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment