Comment 9 for bug 1892866

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

Reviewed: https://review.opendev.org/748959
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=13e32a4e4d3e83603c2104d13b559ba4ba657299
Submitter: Zuul
Branch: stable/train

commit 13e32a4e4d3e83603c2104d13b559ba4ba657299
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)