From: Thanh Ha Date: Thu, 22 Nov 2018 05:09:31 +0000 (+0800) Subject: Print the final requirements file X-Git-Tag: v0.28.0~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e20b15582fcad2d7ac73e310bdab8a6c7db55025;p=releng%2Fglobal-jjb.git Print the final requirements file Make it clear what's being pulled in by pip install. Change-Id: I1d659de74e1eb6e37a390285ed3b9854d19edbc9 Signed-off-by: Thanh Ha --- diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 4506062c..b13edf35 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -19,6 +19,10 @@ python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF +echo "Requirements file" +echo "-----------------" +cat "$REQUIREMENTS_FILE" + # Use `python -m pip` to ensure we are using the latest version of pip python -m pip install --user --quiet --upgrade pip python -m pip install --user --quiet --upgrade setuptools