Comment 2 for bug 1595270

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

Reviewed: https://review.openstack.org/333055
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=a3860b1162d4beba9fabb58862f41cf24ca742e4
Submitter: Jenkins
Branch: master

commit a3860b1162d4beba9fabb58862f41cf24ca742e4
Author: Steve Baker <email address hidden>
Date: Thu Jun 23 10:37:22 2016 +1200

    Wait for 404 on floatingip delete

    Currently the FloatingIP resource assumes that delete is an atomic
    operation, but there have been reports of downstream dependency
    deletes failing because the floatingip still exists.

    This change triggers the standard neutron resource
    check_delete_complete 404 polling to ensure the floatingip really is
    gone.

    Change-Id: I9be34ef8b64a79d3211841cb7a7acd945f1f107c
    Closes-Bug: #1595270