X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=7f84d201bc10b029c3ac0d80aafd9f540ff7c891;hb=c90444b3;hp=b13edf35423bfafb6182815af37bb7abb251e058;hpb=abe6684e878d921a63c8efde4164c27ca59985be;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index b13edf35..7f84d201 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -13,8 +13,12 @@ set -eux -o pipefail REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt) +# Note: To test lftools master branch change the lftools configuration below in +# the requirements file from "lftools[openstack]~=#.##.#" to +# git+https://github.com/lfit/releng-lftools.git#egg=lftools[openstack] + cat << EOF > "$REQUIREMENTS_FILE" -lftools[openstack]~=0.18.0 +lftools[openstack]~=0.19.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF