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
This commit is contained in:
parent
f280a0a555
commit
676d6ad915
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user