commit | 71c99655479174750bcedfe458328328a1596766 | [log] [tgz] |
---|---|---|
author | Brian Haley <haleyb.dev@gmail.com> | Wed Oct 19 14:08:43 2022 -0400 |
committer | Brian Haley <haleyb.dev@gmail.com> | Thu Oct 20 19:49:10 2022 -0400 |
tree | d3571b8e84248d1597437da215b650c45b2d9a2f | |
parent | dc8fc5c1693c5131a1c2df76d0addeb0daa83171 [diff] |
Use separate OVS and OVN directories If stack.sh is run on a system that already has OVN packages installed, it could fail to find its DB sockets. This is because the 'ln -s' will place the symlink inside of /var/run/ovn instead of using a single directory as intended. Change the code in neutron_plugins/ovn_agent to not make the symlink and instead use separate directories for OVS and OVN. Closes-bug: #1980421 Change-Id: Ic28a93bdc3dfe4a6159234baeabd0064db452b07