Issue: RELENG-5176
Change-Id: Id6dd1fdac68e3105f938a225c67ca0bed6813f89
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
+# Ignore nodejs dir created by linting tools
+node_modules/
+
# Ignore Vim temporary files
.*.sw?
--- /dev/null
+---
+fixes:
+ - |
+ Remove Openstack SDK version pinning from shell scripts.
+ This will now be handled by the other modules as a declared
+ dependency. The previous version pin was extremely old.
# shellcheck disable=SC1090
source ~/lf-env.sh
-# TODO: "openstacksdk<0.99" AttributeError: 'Image' object has no
-# attribute 'protected'
lf-activate-venv --python python3 "lftools[openstack]" \
kubernetes \
niet \
- "openstacksdk<0.99" \
python-heatclient \
python-openstackclient \
python-magnumclient \
echo "Generating Requirements File"
cat << 'EOF' > "$requirements_file"
-openstacksdk<0.99
python-heatclient
python-openstackclient
python-magnumclient