From 848bc37e2a3835bc0ad636aeb5935d8b32fc4525 Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Wed, 20 Aug 2014 18:06:49 +0300 Subject: [PATCH] Use oslo.config>=1.4.0.0a3 Change-Id: I1f10074c72a0da0cbe6536f1e426aeaf4ae50f1e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01749cb93c..eb3316613c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ iso8601>=0.1.9 kombu>=2.4.8 lxml>=2.3 netaddr>=0.7.6 -oslo.config>=1.2.1 +oslo.config>=1.4.0.0a3 oslo.db>=0.2.0 # Apache-2.0 oslo.messaging>=1.3.0 PasteDeploy>=1.5.0