Comment 2 for bug 1667040

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

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

commit 434a953190647c398160ca815e7ce3c0796fc5a4
Author: Stephen Finucane <email address hidden>
Date: Wed Feb 22 13:02:47 2017 -0500

    libvirt: Handle InstanceNotFound exception

    In 'ad1c7ac2', we stopped returning NovaException from certain libvirt
    operations in favour of more specific exception types. Unfortunately, as
    part of this changeover we missed an exception type. Correct this
    oversight.

    Change-Id: I376ebda6c4626df8be2e827bc735116a90528654
    Resolves-bug: #1667040