Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/instance-nw-info-api. Description: Currently, whenever nova needs to refresh it's nw_info_cache or build it initially it calls five different neutron APIs. This is a big problem for large installations. Creating a single API that accepts multiple instance_uuids(device_ids) and returns the structure ready for nova to use would reduce traffic to the neutron-server by 80%. Specification URL (additional information): None