From: Thanh Ha Date: Wed, 7 Nov 2018 19:28:39 +0000 (+0800) Subject: Install 'openstack' module for lftools X-Git-Tag: v0.27.0~10 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=90282bdb059493231c298e0d5d6aa7ccfeac7bf7;p=releng%2Fglobal-jjb.git Install 'openstack' module for lftools The lftools optional 'openstack' module will now be installed as part of pre-build script. Change-Id: I05bdcf07258ffcff9242c9ced10256d1cdaeef6d Signed-off-by: Thanh Ha --- diff --git a/releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml b/releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml new file mode 100644 index 00000000..1bd7525c --- /dev/null +++ b/releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml @@ -0,0 +1,5 @@ +--- +other: + - | + lftools' ``openstack`` module will now be installed as part of + pre-build. diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 254fa771..4506062c 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~=0.18.0 +lftools[openstack]~=0.18.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF