Comment 2 for bug 943029

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

Reviewed: https://review.openstack.org/4824
Committed: http://github.com/openstack/nova/commit/84114e426f3973d78fc0f6766f3ad7577349da7a
Submitter: Jenkins
Branch: master

commit 84114e426f3973d78fc0f6766f3ad7577349da7a
Author: Maru Newby <email address hidden>
Date: Thu Mar 1 20:55:53 2012 -0800

    Update fixed_ip_associate to not use relationships

     * fixed_ip_associate was using the FixedIp.instance and FixedIp.network
       relationships, which were removed. This change updates the method to
       use instance_id and network_id instead.
     * Adds unit tests for fixed_ip_associate
     * Resolves bug 943029

    Change-Id: I0829d110058b8799a520ab68b5fa1b2370b9cc3e