Comment 8 for bug 1872663

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

Reviewed: https://review.opendev.org/757050
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=29b8d567fcb95627216f5bcc8682e5955b089e82
Submitter: Zuul
Branch: stable/ussuri

commit 29b8d567fcb95627216f5bcc8682e5955b089e82
Author: Lucian Petrut <email address hidden>
Date: Tue Apr 14 11:25:18 2020 +0300

    windows: fix terminating processes

    The neutron Windows exec call helper doesn't properly handle the
    situation in which the process that it's trying to kill was already
    terminated, in which case using wmi to fetch the process can raise
    an exception.

    This change ensures that those WMI exceptions will be properly
    handled.

    Closes-Bug: 1872663

    Change-Id: I00c810fe541ac5e1e9923155fe90eb07a0b4b3dd
    (cherry picked from commit 8fd3e884c7953645862663400af181ba233ec28f)