From 4ffdc6c6504494024136406187af40f1cc6b31e7 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 6 Dec 2018 16:33:00 +0000 Subject: [PATCH] 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 --- lower-constraints.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 7f0639a17b..ceb813bead 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 197b725378..4c43b556a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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