Comment 2 for bug 1346866

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

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

commit e5c3ff67b51f7c466d89778cc2c4999e10c7e08e
Author: liyingjun <email address hidden>
Date: Thu Jun 26 21:48:52 2014 +0800

    EndpointNotFound deleting volume backend instance

    When there is some error in volume creating on booting from volume,
    we may get the EndpointNotFound exception when deleting the error instance.
    Then we can never delete the instance successfully. The exception should
    be ignored.

    Change-Id: Ia92b648eb18c70996747d361e227de771f33ee9c
    Closes-bug: 1346866