Skip to content

Commit

Permalink
Fix requirements with proper versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jan 15, 2021
1 parent 56ebfc7 commit 9ee7e17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ oslo.concurrency>=3.20.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0

python-novaclient!=2.33.0,>=2.28.1
python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
python-glanceclient>=0.18.0
python-ceilometerclient>=1.5.0
python-neutronclient>=6.7.0
keystoneauth1
python-novaclient>=2.28.1 # Apache-2.0
python-keystoneclient>=3.0.0 # Apache-2.0
python-glanceclient>=0.18.0 # Apache-2.0
python-ceilometerclient>=1.5.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0

stevedore

0 comments on commit 9ee7e17

Please sign in to comment.