diff options
author | Joseph Davis <joseph.davis@suse.com> | 2017-12-08 10:15:59 -0800 |
---|---|---|
committer | Joseph Davis <joseph.davis@suse.com> | 2017-12-08 10:27:06 -0800 |
commit | 6385f71437abfb2d21b762fdf057b8077bd3dbbe (patch) | |
tree | 59b27f79bdedf7b33319103c72432fb3aefd7dc1 /requirements.txt | |
parent | 1fc3e4662dabb54967ce0277c6feb93a985087b3 (diff) | |
download | ceilometer-6385f71437abfb2d21b762fdf057b8077bd3dbbe.tar.gz |
Exclude keystonemiddleware 4.19.0
keystonemiddleware 4.19.0 introduced a dependency on memcache and
pulled in dogpile.cache and oslo.cache, causing gate failures.
Future versions of keystonemiddleware should be fixed by
commit 0c5070a035ca2eea200c5a7ab6b40375498463ac in that repo.
Note that in Queens and beyond the requirement for keystonemiddleware
has been removed from Ceilometer, so this fix cannot be placed on
the master branch.
Change-Id: Ibea7049f9fca0783b9ecf54a75bccbc27aef2187
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fad0c0ee..fc82cc54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tenacity>=3.1.0 # Apache-2.0 jsonpath-rw-ext>=0.1.9 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT kafka-python>=1.3.1 # Apache-2.0 -keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 +keystonemiddleware!=4.19.0,!=4.1.0,>=4.0.0 # Apache-2.0 lxml>=2.3 # BSD monotonic msgpack-python>=0.4.0 # Apache-2.0 |