From 90282bdb059493231c298e0d5d6aa7ccfeac7bf7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 8 Nov 2018 03:28:39 +0800 Subject: [PATCH] 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 --- releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml | 5 +++++ shell/python-tools-install.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml 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 -- 2.16.6