Revert "Remove networking-odl from g-r in the requirements-integration job"

This reverts commit 3fe4d09d8f.

Depends-On: https://review.openstack.org/601488
Change-Id: Ie680485d06e4e83052693f777218793001680079
This commit is contained in:
Matthew Thode 2018-09-05 16:53:43 +00:00 committed by Tony Breeds
parent 3fe4d09d8f
commit e57eee29be

View File

@ -16,18 +16,6 @@ function mkvenv {
function install_all_of_gr {
mkvenv $tmpdir/all_requirements
if grep -q ^networking-odl $REPODIR/requirements/global-requirements.txt ; then
cat <<EO_FIGLET
_ _ _ ____ _ __ _
| | | | / \ / ___|| |/ /| |
| |_| | / _ \ | | | ' / | |
| _ | / ___ \| |___ | . \ |_|
|_| |_|/_/ \_\\____||_|\_\(_)
EO_FIGLET
sed -i~ -e '/^networking-odl/d' $REPODIR/requirements/global-requirements.txt
diff -U0 $REPODIR/requirements/global-requirements.txt{~,} || true
fi
$tmpdir/all_requirements/bin/pip install -r $REPODIR/requirements/global-requirements.txt
}