Limit oslo.db to < 4.8.0
Version 4.8.0 of oslo.db appears to have broken our scheduler. We should fix this in the long term, but for now this patch limits the version to < 4.8.0 so that it is possible to continue work. Change-Id: I60861981ebdbcdc292b116310afa386c583f1d47
This commit is contained in:
parent
ca112a8099
commit
aba5c32fbd
@ -8,7 +8,7 @@ oslo.config>=1.11.0
|
|||||||
oslo.context>=0.2.0
|
oslo.context>=0.2.0
|
||||||
oslo.utils>=1.4.0
|
oslo.utils>=1.4.0
|
||||||
pecan>=0.4.5
|
pecan>=0.4.5
|
||||||
oslo.db>=1.8.0
|
oslo.db>=1.8.0,<4.8.0
|
||||||
oslo.log>=1.0.0
|
oslo.log>=1.0.0
|
||||||
pika>=0.9.14
|
pika>=0.9.14
|
||||||
python-openid
|
python-openid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user