Print the final requirements file 19/13619/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 22 Nov 2018 05:09:31 +0000 (13:09 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 22 Nov 2018 05:09:48 +0000 (13:09 +0800)
Make it clear what's being pulled in by pip install.

Change-Id: I1d659de74e1eb6e37a390285ed3b9854d19edbc9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/python-tools-install.sh

index 4506062..b13edf3 100644 (file)
@@ -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