X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=b13edf35423bfafb6182815af37bb7abb251e058;hb=refs%2Fchanges%2F19%2F13619%2F1;hp=4506062c3ba14797b58dfd56b14f400dea97e52b;hpb=90282bdb059493231c298e0d5d6aa7ccfeac7bf7;p=releng%2Fglobal-jjb.git 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