We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa623e commit 137e5f3Copy full SHA for 137e5f3
dev/setup-env.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -euo pipefail
3
4
/usr/bin/python3.8 -m venv venv
5
source venv/bin/activate
requirements.txt
@@ -1,5 +1,5 @@
ansible==6.0.0
-openstacksdk
+openstacksdk<0.99.0
python-openstackclient
jmespath
passlib[bcrypt]==1.7.4
0 commit comments