From: Thanh Ha Date: Mon, 3 Dec 2018 06:48:14 +0000 (+0800) Subject: Bump lftools version to v0.19.0 X-Git-Tag: v0.28.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=9cbf5ed0eb56a572627dac27f0ef157f8af0e674;p=releng%2Fglobal-jjb.git Bump lftools version to v0.19.0 Change-Id: Ib28022b61efe42bbad77418d4289ddf3b9afd75f Signed-off-by: Thanh Ha --- diff --git a/releasenotes/notes/lftools-version-0-19-c32ccdf4fea5aaaa.yaml b/releasenotes/notes/lftools-version-0-19-c32ccdf4fea5aaaa.yaml new file mode 100644 index 00000000..3f06cb8f --- /dev/null +++ b/releasenotes/notes/lftools-version-0-19-c32ccdf4fea5aaaa.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Update lftools version to **v0.19.0**. diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index b13edf35..46d01f3e 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[openstack]~=0.18.0 +lftools[openstack]~=0.19.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF