From: Jessica Wagantall Date: Fri, 14 Sep 2018 02:08:55 +0000 (+0000) Subject: Merge "Use --user for tox install instead of virtualenv" X-Git-Tag: v0.25.0~10 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=066055a8b0c03ba248cc8806ac8f0e3d1a08828a;hp=5320005564017416e6ed93a12be2553c2e381840;p=releng%2Fglobal-jjb.git Merge "Use --user for tox install instead of virtualenv" --- diff --git a/releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml b/releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml new file mode 100644 index 00000000..6054ccb1 --- /dev/null +++ b/releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Update lftools to ~ 0.17.1 diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 74c6b9d1..dbfa1310 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -14,7 +14,7 @@ set -eux -o pipefail REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt) cat << EOF > "$REQUIREMENTS_FILE" -lftools~=0.15.0 +lftools~=0.17.1 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF