Comment 11 for bug 1877377

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

Reviewed: https://review.opendev.org/740255
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=61851345cededd906517cea783cd86f8abd3a01a
Submitter: Zuul
Branch: stable/ussuri

commit 61851345cededd906517cea783cd86f8abd3a01a
Author: Maciej Jozefczyk <email address hidden>
Date: Thu Jun 25 11:24:48 2020 +0000

    [OVN] Unify OVN/OVS compilation

    There were duplicated methods doing almost the same in terms
    of OVS/OVN compilation.

    This change:
     * move of OVS related compilation code to devstack/lib/ovs
     * delete of OVS related compilation code from devstack/lib/ovn_agent
     * source unified functions in devstack/lib/ovn_agent from
       devstack/lib/ovs
     * Unify NEUTRON_PATH variable to NEUTRON_DIR

    Stable-specific change:
     * Sets default variable for OVN_BRANCH to point latest
       stable release

    Conflicts:
       devstack/lib/ovn_agent

    Closes-Bug: #1877377

    Change-Id: Ia012a8e116a276a6674f86366c803e0e2d8ff704
    (cherry picked from commit fb2806f8088dccafd6616a68f5b296914d192150)