Comment 3 for bug 1265872

Revision history for this message
George Peristerakis (george-peristerakis) wrote :

I traced the problem down to the function api.neutron.FloatingIpManager.get_target_id_by_instance. The function returns the first ip in the list. This function should be returning a list of ips associated to the instance.