Comment 4 for bug 1356721

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

Reviewed: https://review.openstack.org/115336
Committed: https://git.openstack.org/cgit/stackforge/murano/commit/?id=e7f676635ba0e537c92964241b17fb9693deeef2
Submitter: Jenkins
Branch: master

commit e7f676635ba0e537c92964241b17fb9693deeef2
Author: Steve McLellan <email address hidden>
Date: Tue Aug 19 11:12:34 2014 -0500

    Fix occasional deletion failure

    Stack-delete was failing periodically because of heat bug
    https://bugs.launchpad.net/heat/+bug/1299259, whereby there's
    an implicit dependency from floating IPs to the router interface.
    There is a fix in progress for heat, but until then, this patch
    adds an explicit depends_on to the router interface.

    Change-Id: I846abf1fbd90d5f5c71b1c13941463743ace48ad
    Closes-Bug: 1356721