commit | 6822ff39444f8ebe01084e0d92bc05ac40db8216 | [log] [tgz] |
---|---|---|
author | Gregory Thiemonge <gthiemon@redhat.com> | Wed Sep 01 09:36:31 2021 +0200 |
committer | Gregory Thiemonge <gthiemon@redhat.com> | Tue Nov 23 16:17:24 2021 +0100 |
tree | 7dcc8f4b54a5373f742659d185717bc7027d19f0 | |
parent | 94facb075946c9b59288ae2815b0c99e1ffb4ef9 [diff] |
Fix OVN DBs cleanup on startup When initializing OVN, clean up the correct database directory when using OVN from packages (/var/lib/ovn/ instead of /opt/stack/data/ovn/). The /opt/stack/data/ovn location is used only when building OVN from sources, so a fresh devstack deployment with OVN packages may already have hundreds of existing routers and ports, creating ARP collisions. Closes-Bug: #1942201 Change-Id: Ic90d4f2f9d8aaef825ea3325c0ad8fef2a1c5e39