Comment 2 for bug 1017633

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

Reviewed: https://review.openstack.org/8971
Committed: http://github.com/openstack/nova/commit/61ab72d15b3ac61b245e0bdd4a7bee5f3a673f75
Submitter: Jenkins
Branch: master

commit 61ab72d15b3ac61b245e0bdd4a7bee5f3a673f75
Author: John H. Tran <email address hidden>
Date: Fri Jun 22 19:14:06 2012 -0700

    deallocate_fixed_ip attempts to update deleted ip

    Fixes bug 1017633. When deleting a vm, the nova
    network manager looks to deallocate wrong fixed
    ip when context has read_deleted set to 'yes',
    in case when a network had been deleted and re-
    created , it attempts to update already deleted
    fixed_ips and therefore looks to teardown from
    wrong network_id as well.

    Change-Id: I574a20273220ef81498403da80f489732ae81eb1