From 343c22493055e0aa72968dc722c20a26bbbee725 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 12 Apr 2019 11:17:16 +1000 Subject: [PATCH] Update lftools to v0.23.1 Change-Id: I4289796af1e455a6ab1f6e59b29da60d46b6b1d1 Signed-off-by: Anil Belur --- releasenotes/notes/lftools-version-0-23-1-0f687c180856f8e8.yaml | 4 ++++ shell/python-tools-install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/lftools-version-0-23-1-0f687c180856f8e8.yaml diff --git a/releasenotes/notes/lftools-version-0-23-1-0f687c180856f8e8.yaml b/releasenotes/notes/lftools-version-0-23-1-0f687c180856f8e8.yaml new file mode 100644 index 00000000..d83bd259 --- /dev/null +++ b/releasenotes/notes/lftools-version-0-23-1-0f687c180856f8e8.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Update lftools version to **v0.23.1**. diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index e0089c5d..cded95cf 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -18,7 +18,7 @@ REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt) # git+https://github.com/lfit/releng-lftools.git#egg=lftools[openstack] cat << EOF > "$REQUIREMENTS_FILE" -lftools[openstack]~=0.22.2 +lftools[openstack]~=0.23.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