Change OVS and OVN installation directories

Change OVS and OVN installation directiories when building from
source, in order to sync with [1].

[1]https://review.opendev.org/c/openstack/devstack/+/828877

Depends-On: https://review.opendev.org/c/openstack/devstack/+/828877

Change-Id: I38775450de7d671febd07ead98f6eb4c70fc7d1e
Related-Bug: #1960514
This commit is contained in:
Rodolfo Alonso Hernandez 2022-02-09 22:18:06 +00:00 committed by Rodolfo Alonso
parent 6613d40fcb
commit d5ac103329

@ -114,10 +114,10 @@ function _install_base_deps {
source $DEVSTACK_PATH/lib/neutron_plugins/ovn_agent
echo_summary "OVS_BRANCH: ${OVS_BRANCH}"
compile_ovs False /usr /var
compile_ovs False /usr/local /var
if [[ "$INSTALL_OVN" == "True" ]]; then
echo_summary "OVN_BRANCH: ${OVN_BRANCH}"
compile_ovn /usr /var
compile_ovn /usr/local /var
fi
else
PACKAGES=$(get_packages general,neutron,q-agt,q-l3,openvswitch)