Comment 11 for bug 1980421

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

Reviewed: https://review.opendev.org/c/openstack/devstack/+/861915
Committed: https://opendev.org/openstack/devstack/commit/71c99655479174750bcedfe458328328a1596766
Submitter: "Zuul (22348)"
Branch: master

commit 71c99655479174750bcedfe458328328a1596766
Author: Brian Haley <email address hidden>
Date: Wed Oct 19 14:08:43 2022 -0400

    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