From a9964842434bcde3c94341387dea9069e80871a2 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 8 Feb 2021 09:32:02 -0500 Subject: [PATCH] Require oslo.serialization 4.1.0 Older versions cause the RBD driver to break when using JSON logging. (bug #1908607) Change-Id: Iaeb29b70e176ae1c4dcdc9b37c26f267a95dda55 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 782a8c63275..1fb08cffde2 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -68,7 +68,7 @@ oslo.policy==3.6.0 oslo.privsep==2.4.0 oslo.reports==2.2.0 oslo.rootwrap==6.2.0 -oslo.serialization==4.0.1 +oslo.serialization==4.1.0 oslo.service==2.4.0 oslo.upgradecheck==1.1.1 oslo.utils==4.7.0 diff --git a/requirements.txt b/requirements.txt index e2ce1c258da..9002353e717 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ oslo.policy>=3.6.0 # Apache-2.0 oslo.privsep>=2.4.0 # Apache-2.0 oslo.reports>=2.2.0 # Apache-2.0 oslo.rootwrap>=6.2.0 # Apache-2.0 -oslo.serialization>=4.0.1 # Apache-2.0 +oslo.serialization>=4.1.0 # Apache-2.0 oslo.service>=2.4.0 # Apache-2.0 oslo.upgradecheck>=1.1.1 # Apache-2.0 oslo.utils>=4.7.0 # Apache-2.0