functional: Install ovn packages when it's not compiled

Change-Id: If74dbf5b279d3c01d97b04fd2f73c14055d42ea2
This commit is contained in:
Ihar Hrachyshka 2024-11-13 16:40:28 -05:00
parent 09633b7008
commit f511679233

View File

@ -126,7 +126,7 @@ function _install_base_deps {
compile_ovn /usr/local /var
fi
else
PACKAGES=$(get_packages general,neutron,q-agt,q-l3,openvswitch)
PACKAGES=$(get_packages general,neutron,q-agt,q-l3,openvswitch,ovn)
PACKAGES=$(echo $PACKAGES | perl -pe 's|python-(?!dev)[^ ]*||g')
install_package $PACKAGES
fi