Skip to content

Instantly share code, notes, and snippets.

@jasonjohnson
Created December 3, 2016 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonjohnson/73ed2560fb5ed9d93fe322d5f6fbbf17 to your computer and use it in GitHub Desktop.
Save jasonjohnson/73ed2560fb5ed9d93fe322d5f6fbbf17 to your computer and use it in GitHub Desktop.
keystone stable/mitaka requirements.txt fix
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