Created
December 3, 2016 23:49
-
-
Save jasonjohnson/73ed2560fb5ed9d93fe322d5f6fbbf17 to your computer and use it in GitHub Desktop.
keystone stable/mitaka requirements.txt fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/requirements.txt b/requirements.txt | |
index 1a19428..c734e16 100644 | |
--- a/requirements.txt | |
+++ b/requirements.txt | |
@@ -17,7 +17,7 @@ sqlalchemy-migrate>=0.9.6 # Apache-2.0 | |
stevedore>=1.5.0 # Apache-2.0 | |
passlib>=1.6 # BSD | |
python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0 | |
-keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 | |
+keystonemiddleware!=4.1.0,>=4.0.0,<4.11.0 # Apache-2.0 | |
oslo.cache>=1.5.0 # Apache-2.0 | |
oslo.concurrency>=3.7.1 # Apache-2.0 | |
oslo.config>=3.7.0 # Apache-2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment