Install 'openstack' module for lftools 97/13397/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Nov 2018 19:28:39 +0000 (03:28 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Nov 2018 19:51:22 +0000 (03:51 +0800)
The lftools optional 'openstack' module will now be installed as part
of pre-build script.

Change-Id: I05bdcf07258ffcff9242c9ced10256d1cdaeef6d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml [new file with mode: 0644]
shell/python-tools-install.sh

diff --git a/releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml b/releasenotes/notes/lftools-openstack-0d08d09a1e598062.yaml
new file mode 100644 (file)
index 0000000..1bd7525
--- /dev/null
@@ -0,0 +1,5 @@
+---
+other:
+  - |
+    lftools' ``openstack`` module will now be installed as part of
+    pre-build.
index 254fa77..4506062 100644 (file)
@@ -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