From f68122d22bc4007d472cd5daff30824e732a91bc Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 13 Sep 2018 20:02:07 -0400 Subject: [PATCH] Update lftools to ~ 0.17.1 Change-Id: I69a2e669493b0f309e161f07152d93b0fa0c9ac6 Signed-off-by: Thanh Ha --- releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml | 4 ++++ shell/python-tools-install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml 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 5866ea5c..74807dc5 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 -- 2.16.6