summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-03-27 08:26:33 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-03-27 08:26:33 -0700
commit1ad66ccc583b778b9b1aef8aefb4b13362f6045f (patch)
treeddb38bfa447726940dc6f8ec22877a67d9b99ba5
parent784505a1ff2aa94fab7c2eb8c754fcba8b6049a7 (diff)
Fixed oslo.config dependency
Change-Id: I725aa29918f4d30b9977413629f4bc71a3513893 Issue-ID: OPTFRA-2 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
-rw-r--r--conductor/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/conductor/requirements.txt b/conductor/requirements.txt
index a0878b2..c587704 100644
--- a/conductor/requirements.txt
+++ b/conductor/requirements.txt
@@ -5,7 +5,7 @@
cotyledon # Apache-2.0
futurist>=0.11.0 # Apache-2.0
lxml>=2.3 # BSD
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config<5.6.0,>=3.9.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
# oslo.policy>=0.5.0 # Apache-2.0
@@ -22,4 +22,4 @@ PyYAML>=3.10.0 # MIT
requests[security]!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT, also required by futurist
stevedore>=1.9.0 # Apache-2.0, also required by oslo.config
-WebOb>=1.2.3 # MIT \ No newline at end of file
+WebOb>=1.2.3 # MIT