From 10e5d0eda5fe6944803cb6a8bf9a505cefba3978 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 23 Jul 2014 18:34:21 -0400 Subject: [PATCH] Bump oslo.config version There is a bug in oslo.config <=1.3.0 when registering cli opts with deprecated_opts set. This causes an error with registering the oslo.db opts. The bug was fixed post 1.3.0, so pinning this to >= the latest alpha, which will pull in any release 1.4.0 when it becomes available. Closes-Bug: #1347911 Change-Id: I58505ffcdfb0acf0ed2137282c18258e94e201f6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7caf183..0ee6f75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic>=0.4.1 -oslo.config>=1.2.0 +oslo.config>=1.4.0.0a3 oslo.db pbr>=0.6,<1.0 python-subunit>=0.0.18