Comment 4 for bug 1767058

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

Reviewed: https://review.openstack.org/567211
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3bf3986c14ed14b9f460161aa4cc2950da5f56f5
Submitter: Zuul
Branch: stable/queens

commit 3bf3986c14ed14b9f460161aa4cc2950da5f56f5
Author: Radoslav Gerganov <email address hidden>
Date: Mon Apr 30 13:18:26 2018 +0300

    Handle PortNotFoundClient exception when getting ports

    There could be a race between deleting an instance and retrieving its
    port groups from Neutron. In this case PortNotFoundClient is raised and
    it can be safely ignored.

    Change-Id: I31c9ea8628c6f3985f8e9118d9687bbfb8789b68
    Closes-Bug: #1767058
    (cherry picked from commit 1a0179f7ab9b9c7f07ce9c4dd681486de5a4443a)