Comment 4 for bug 1667040

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

Reviewed: https://review.openstack.org/441458
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a71833131bf513a2c410254e4173f10922a29471
Submitter: Jenkins
Branch: stable/ocata

commit a71833131bf513a2c410254e4173f10922a29471
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
    (cherry picked from commit 434a953190647c398160ca815e7ce3c0796fc5a4)