Comment 7 for bug 1960514

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

Reviewed: https://review.opendev.org/c/openstack/devstack/+/828877
Committed: https://opendev.org/openstack/devstack/commit/8c6710326eaf8114b579720185161091a0a9f38c
Submitter: "Zuul (22348)"
Branch: master

commit 8c6710326eaf8114b579720185161091a0a9f38c
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Feb 9 18:01:46 2022 +0000

    Fix installation with OVN backend and compilation

    This patch fixes several issues related to the installation with
    OVN backend with the OVS/OVN compilation enabled.

    The OVS/OVN local directories prefix, when both services are compiled,
    is now "/usr/local".

    The "ovn_agent._run_process" function is calling "ovs-appctl" to
    configure the logging settings of several services. Instead of
    using the service name, the ctl socket file is used instead. That
    is more robust and does not fail in systems with previous
    installations.

    Closes-Bug: #1960514

    Change-Id: I69de5333393957593db6e05495f0c3c758efefdf