Comment 7 for bug 2002629

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

Reviewed: https://review.opendev.org/c/openstack/devstack/+/870505
Committed: https://opendev.org/openstack/devstack/commit/74dbd6ee8d293bbc0e343f98a76ceaab5f76d140
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 74dbd6ee8d293bbc0e343f98a76ceaab5f76d140
Author: yatinkarel <email address hidden>
Date: Thu Jan 12 17:31:36 2023 +0530

    [OVN] Ensure socket files are absent in init_ovn

    Just like we remove db files let's also remove
    socket files when initializing ovn. Those will
    reappear once service fully restarts along with
    db files. Without it we see random issue as
    described in the below bug.

    Closes-Bug: #2002629
    Change-Id: I726a9cac9c805d017273aa79e844724f0d00cdf0
    (cherry picked from commit 7fecba2f135f16204050b627bb850a87aa597bad)