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:
Adam Coldrick 2016-07-14 10:29:10 +00:00
parent ca112a8099
commit aba5c32fbd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ oslo.config>=1.11.0
oslo.context>=0.2.0
oslo.utils>=1.4.0
pecan>=0.4.5
oslo.db>=1.8.0
oslo.db>=1.8.0,<4.8.0
oslo.log>=1.0.0
pika>=0.9.14
python-openid