Comment 2 for bug 1334497

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

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

commit 05ae413e4009d6569370ed95717ce16b5e40c2e3
Author: huangtianhua <email address hidden>
Date: Thu Jun 26 16:12:03 2014 +0800

    Fix failed to delete the EIP resource

    When AWS::EC2::EIP is failed to associate with
    the server, it can't be delete. So we attempt
    to disassociate and to catch the exception, and to
    check if not associate we just ignore it while deletion.

    Change-Id: I6a34398f27d6b21de9209de70bf8cc3c77d27149
    Closes-Bug: #1334497