Require oslo.serialization 4.1.0

Older versions cause the RBD driver to break
when using JSON logging.  (bug #1908607)

Change-Id: Iaeb29b70e176ae1c4dcdc9b37c26f267a95dda55
This commit is contained in:
Eric Harney 2021-02-08 09:32:02 -05:00
parent ccb6025cd1
commit a996484243
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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