Skip to content

Commit

Permalink
Pin openstacksdk to <0.44.0, to keep Python 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Mar 27, 2020
1 parent 75f6392 commit fabe46b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ bcrypt==3.1.7
jinja2==2.10.3
more-itertools==5.0.0
zipp>=0.5,<=1.0.0
# python-mistralclient
# --> osc-lib >= 1.8.0 --> 2.0.0
# --> openstacksdk >= 0.15.0 --> 0.44.0
# --> futurist >= 2.1.0, which is Python 3 only
openstacksdk<0.44.0 # 0.43.0 --> futures 3.0.0, which also supports Python 2.7
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ networkx==1.11
nose
nose-parallel==0.3.1
nose-timer==0.7.5
openstacksdk<0.44.0
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
paramiko==2.6.0
Expand Down
2 changes: 2 additions & 0 deletions st2actions/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ eventlet
jinja2
kombu
git+/~https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
# Need to specify this explicitly to pin it to 0.43.0
openstacksdk
oslo.config
oslo.utils
requests
Expand Down
1 change: 1 addition & 0 deletions st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gitpython==2.1.15
jinja2==2.10.3
kombu==4.6.6
lockfile==0.12.2
openstacksdk<0.44.0
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
pyinotify==0.9.6
Expand Down
2 changes: 2 additions & 0 deletions st2api/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ oslo.utils
pymongo
six
git+/~https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
# Need to specify this explicitly to pin it to 0.43.0
openstacksdk
gunicorn
1 change: 1 addition & 0 deletions st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gunicorn==19.9.0
jsonschema==2.6.0
kombu==4.6.6
mongoengine==0.18.2
openstacksdk<0.44.0
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
pymongo==3.10.0
Expand Down

0 comments on commit fabe46b

Please sign in to comment.