On 20 January 2015 at 22:20, Don Waterloo <don.waterloo at gmail.com> wrote: > For any one else who hits this, I entered > https://bugs.launchpad.net/nova/+bug/1413049 > which contains a patch. > > In a nutshell, @ the bottom end of reloading/healing the cache, it turns > around and uses the cache in _gather_port_ids_and_networks(). > > My fix is to use the neutron api and call list_ports. > >> >>> sigh, my patch is not correct. the order of the ports is not preserved on the neutron /ports.json call, and that is important to nova. Does anyone know a solution to this? e.g. if i have an instance that has 2 ports, GET /...ports.json?device_id=UUID might return them in either order, presumably since its stored as a hashmap or something. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150121/a0931425/attachment.html>