Comment 7 for bug 1691602

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/466449
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2f67b97577fa28f7e6ab23971e7d6f259889c992
Submitter: Jenkins
Branch: master

commit 2f67b97577fa28f7e6ab23971e7d6f259889c992
Author: Matt Riedemann <email address hidden>
Date: Fri May 19 22:58:08 2017 -0400

    Pull out code that builds VIF in _build_network_info_model

    This is a refactor that pulls the code out of the
    neutronv2 API _build_network_info_model method so that
    upcoming changes can use it for updating the network
    info cache for a specific port rather than rebuilding the
    entire list of VIFs every time Nova gets a network-changed
    event from Neutron.

    Change-Id: Ic5833f59152bbf5ee64300cdd2df32002708e096
    Related-Bug: #1691602