Comment 12 for bug 1872663

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

Reviewed: https://review.opendev.org/757054
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6d3bf74df1d13db9ed4f49041cc4419c9202f2e9
Submitter: Zuul
Branch: stable/rocky

commit 6d3bf74df1d13db9ed4f49041cc4419c9202f2e9
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)