Comment 2 for bug 1182164

Revision history for this message
Jordan Pittier (jordan-pittier) wrote :

These tests make use of nova/api/openstack/compute/contrib/fixed_ips.py. But this file is not "Quantum aware" at all. Moreover the method get_fixed_ip from nova/network/quantumv2/api.py that might be called for these tests is flagged as "NotImplemented".

A possible fix would be to use network.API().get_fixed_ip_by_address() with Quantum and network.API().get_fixed_ip() without Quantum. But that's not elegant at all.