Comment 10 for bug 1892866

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

Reviewed: https://review.opendev.org/748960
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5656f3cc89b7bfb76dccfe234aa82c08fbb0fc2c
Submitter: Zuul
Branch: stable/stein

commit 5656f3cc89b7bfb76dccfe234aa82c08fbb0fc2c
Author: Slawek Kaplonski <email address hidden>
Date: Tue Aug 25 15:06:04 2020 +0200

    Don't raise FileNotFoundError during disabling keepalived

    In case when keepalived's config is not existing already, there is no
    need to raise any exception while L3 agent is trying to clean this
    config.

    Change-Id: I9ec81ad0c10379294d3145c5902e8b81b65c0221
    Closes-Bug: #1892866
    (cherry picked from commit a08893368a9f323d41f490ee043ef7bd50c4f1fa)