From 306f3617f3ba94d0fc65a0cb28c4dafbb77aab53 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 16 Aug 2019 08:18:13 +0530 Subject: [PATCH] Upgrade lftools to v0.26.0 Change-Id: Iaa97109a097a85d0847372b8d7c9515960a4cd2e Signed-off-by: Anil Belur --- releasenotes/notes/lftools-version-0.26.0-4cf4a07a0f13a8de.yaml | 4 ++++ shell/python-tools-install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/lftools-version-0.26.0-4cf4a07a0f13a8de.yaml diff --git a/releasenotes/notes/lftools-version-0.26.0-4cf4a07a0f13a8de.yaml b/releasenotes/notes/lftools-version-0.26.0-4cf4a07a0f13a8de.yaml new file mode 100644 index 00000000..bec79b72 --- /dev/null +++ b/releasenotes/notes/lftools-version-0.26.0-4cf4a07a0f13a8de.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + Update lftools version to **v0.26.0**. diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 74075377..d509203d 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -44,7 +44,7 @@ else echo "Generating Requirements File" cat << 'EOF' > "$requirements_file" -lftools[openstack]~=0.25.4 +lftools[openstack]~=0.26.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient -- 2.16.6