From: Anil Belur Date: Fri, 12 Apr 2019 01:17:16 +0000 (+1000) Subject: Update lftools to v0.23.1 X-Git-Tag: v0.36.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=343c22493055e0aa72968dc722c20a26bbbee725;p=releng%2Fglobal-jjb.git Update lftools to v0.23.1 Change-Id: I4289796af1e455a6ab1f6e59b29da60d46b6b1d1 Signed-off-by: Anil Belur --- 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