functional: Install ovn packages when it's not compiled
Change-Id: If74dbf5b279d3c01d97b04fd2f73c14055d42ea2
This commit is contained in:
parent
09633b7008
commit
f511679233
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user