From aba5c32fbdd27cc55047670fa65c4859b1245a36 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 14 Jul 2016 10:29:10 +0000 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a65174cb..2ccedb35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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