From 2c0654096fdef83e087d7470b41654c1579d0b55 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 25 Feb 2016 09:39:21 -0800 Subject: [PATCH] Updated oslo.config to 3.7.0 Version 3.7.0 includes a generator hook for oslo_config, which permits downstream projects to override upstream values during config generation. It is required by CORS middleware, as including these values in paste.ini was deemed a release blocker. Change-Id: I1b2fcc1a46c24b2dd73f8194a6fdd990b77d9f36 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 5dcc8d4ffb..3a003ae0ad 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -94,7 +94,7 @@ oauthlib>=0.6 # BSD openstackdocstheme>=1.0.3 # Apache-2.0 ordereddict # MIT oslo.cache>=0.8.0 # Apache-2.0 -oslo.config>=3.4.0 # Apache-2.0 +oslo.config>=3.7.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0