From a9f5f8aaf51591abfd95ba5cb0a437971bdacb11 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 26 Jun 2019 15:32:09 -0700 Subject: [PATCH] Upgrade lftools to version v0.25.1 Change-Id: I98d8505aa8e293cb9c5ebe6193284e207e0930b1 Signed-off-by: Andrew Grimberg --- releasenotes/notes/lftools-version-0.25.1-00213383b0c69f01.yaml | 6 ++++++ shell/python-tools-install.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/lftools-version-0.25.1-00213383b0c69f01.yaml diff --git a/releasenotes/notes/lftools-version-0.25.1-00213383b0c69f01.yaml b/releasenotes/notes/lftools-version-0.25.1-00213383b0c69f01.yaml new file mode 100644 index 00000000..dbc014cd --- /dev/null +++ b/releasenotes/notes/lftools-version-0.25.1-00213383b0c69f01.yaml @@ -0,0 +1,6 @@ +--- +critical: + - | + lftools v0.24.0 introduced a major issue which caused the Jenkins cloud + configuration merge job for OpenStack clouds to fail. This has been + corrected in lftools v0.25.1 diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 88acdf29..3215e3b1 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.0 +lftools[openstack]~=0.25.1 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