<div dir="ltr">Hello,<div><br></div><div>When using the APIs directly to manage instances, which API is preferable for associating and disassociating Floating IPs?</div><div><br></div><div>Nova has the "os-floating-ips" extension which works for nova-network based environments and, as far as I can tell, Neutron-based environments. All that is required is a Floating IP and an instance ID.</div><div><br></div><div>It's also possible to associate a Floating IP to an instance by using the Neutron API as well, but it seems more complex. Unless I'm mistaken, with the Neutron API, the UUID of the Floating IP and the UUID of the Port of the instance is required. If you also want to make sure that the port is able to support that Floating IP, you must query further.</div><div><br></div><div>Given the ability to skip a good number of steps, is there a case where using os-floating-ips to associate and disassociate Floating IPs and instances on Neutron networks is not recommended?</div><div><br></div><div>Thanks,</div><div>Joe</div></div>