Comment 5 for bug 1017633

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

Reviewed: https://review.openstack.org/13678
Committed: http://github.com/openstack/nova/commit/ae9c5f41b2a21183e80e6df19bdd7c56380c84a8
Submitter: Jenkins
Branch: stable/essex

commit ae9c5f41b2a21183e80e6df19bdd7c56380c84a8
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
    (cherry picked from commit 61ab72d15b3ac61b245e0bdd4a7bee5f3a673f75)