Comment 8 for bug 1290568

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

Reviewed: https://review.openstack.org/79714
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=250e72ed1acf3981ac3bee847d16a325cb8ee3c4
Submitter: Jenkins
Branch: master

commit 250e72ed1acf3981ac3bee847d16a325cb8ee3c4
Author: Dan Smith <email address hidden>
Date: Tue Mar 11 10:44:15 2014 -0700

    Add get_by_network() to FixedIPList

    This adds support for get_by_network() to FixedIPList, which is needed
    by the linux_net module to go full-objects. Since it depends on
    information in the VirtualInterface object, this also adds a nested
    FixedIP.virtual_interface object, which currently is only reachable
    when queried in this way.

    Related to blueprint nova-network-objects

    Change-Id: I6b53e6eed1dee049a51d95f385132fc28c7cce05
    Related-bug: 1290568