Bump oslo.policy and oslo.context versions

oslo.policy 1.43.1 includes support for domain scope types, which we
will need moving forward as we implement basic default role support.

oslo.context 2.22.0 includes support for domain-scoped tokens which
allows for better integration with oslo.policy.

We aren't going to consume oslo.policy 1.43.0 because it can possibly
log passwords for users when performing user operations with fully
logged RBAC enforcement data.

Change-Id: I44fd26d73fc5a331355542751eeb640ea394eb6e
This commit is contained in:
Lance Bragstad 2018-12-06 16:33:00 +00:00
parent e287f58fbb
commit 4ffdc6c650
2 changed files with 4 additions and 4 deletions

View File

@ -28,13 +28,13 @@ os-testr==1.0.0
oslo.cache==1.26.0
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.context==2.21.0
oslo.context==2.22.0
oslo.db==4.27.0
oslo.i18n==3.15.3
oslo.log==3.38.0
oslo.messaging==5.29.0
oslo.middleware==3.31.0
oslo.policy==1.38.0
oslo.policy==1.43.1
oslo.serialization==2.18.0
oslo.upgradecheck==0.1.0
oslo.utils==3.33.0

View File

@ -23,13 +23,13 @@ scrypt>=0.8.0 # BSD
oslo.cache>=1.26.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.21.0 # Apache-2.0
oslo.context>=2.22.0 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0
oslo.db>=4.27.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.38.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=1.38.0 # Apache-2.0
oslo.policy>=1.43.1 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0