Comment 5 for bug 1179816

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

Reviewed: https://review.openstack.org/124320
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=00d8c334bbfaef3ffec4b04b494e609740b96253
Submitter: Jenkins
Branch: master

commit 00d8c334bbfaef3ffec4b04b494e609740b96253
Author: Chris Yeoh <email address hidden>
Date: Fri Sep 26 16:56:07 2014 +0930

    Fixes missing ec2 api address disassociate error on failure

    Fixes ec2 api address disassociate so that the ec2 error
    InvalidAssociationID.NotFound is returned when it is passed an
    invalid association rather than returning success. Note this is
    slightly different than the original bug report but the type
    of failure has changed since the bug was originally filed.

    Change-Id: I10034a2fed62d4e93bc384aef3ff594b66e285f2
    Closes-Bug: 1179816