From 676d6ad915bcda33058728cfe570e4c242f24d91 Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Fri, 1 Apr 2016 11:40:44 +0300 Subject: [PATCH] Bump oslo.context >= 2.2.0 to store roles Currently many projects(Glance, Nova, Heat and many others) use custom 'roles' attribute in RequestContext to store info about user roles. Starting from 2.2.0 release oslo.context provides 'roles' attribute so all projects can start to use it instead of custom attributes. Change-Id: I211b5548393f79856b1e894f3e5a8603b5df04ab --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 338abf4269..1ae617fce0 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -99,7 +99,7 @@ ordereddict # MIT oslo.cache>=1.5.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.context>=2.2.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0