Comment 1 for bug 1759979

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

Reviewed: https://review.openstack.org/562838
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5a42701f89a5139acdc38f8572b1083ba528264c
Submitter: Zuul
Branch: master

commit 5a42701f89a5139acdc38f8572b1083ba528264c
Author: Matt Riedemann <email address hidden>
Date: Thu Apr 19 17:42:23 2018 -0400

    xenapi: handle InstanceNotFound in detach_interface()

    CI tests frequently teardown by rolling back interface
    attachments and then deleting the server, both of which
    are asynchronous. If we're trying to detach an interface
    on a guest that is gone, we don't need to log a traceback
    exception in the logs, just let the InstanceNotFound
    raise up to the ComputeManager which will handle the
    error and log it appropriately.

    Change-Id: I9428be0e6e5b640fdda00410817925001361fd2c
    Closes-Bug: #1759979