From e57eee29bebf7c6635a40670005af4daef34bc5e Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 5 Sep 2018 16:53:43 +0000 Subject: [PATCH] Revert "Remove networking-odl from g-r in the requirements-integration job" This reverts commit 3fe4d09d8ffbf254891924d01906e3486b4b9347. Depends-On: https://review.openstack.org/601488 Change-Id: Ie680485d06e4e83052693f777218793001680079 --- tools/integration.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tools/integration.sh b/tools/integration.sh index 17b6dc2b4e..9c05967f98 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -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 <