Require oslo.serialization 4.0.2

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

Change-Id: I510b5b4a2fd4b62ecfcfa7d8604a716513cbc6e8
This commit is contained in:
Eric Harney 2021-02-09 10:08:28 -05:00
parent 8f8c4ceca7
commit 06861dddb1
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ oslo.policy==1.44.1
oslo.privsep==2.3.0
oslo.reports==1.18.0
oslo.rootwrap==5.8.0
oslo.serialization==2.29.0
oslo.serialization==4.0.2
oslo.service==2.0.0
oslo.utils==3.40.2
oslo.versionedobjects==1.31.2

View File

@ -25,7 +25,7 @@ oslo.policy>=1.44.1 # Apache-2.0
oslo.privsep>=2.3.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.serialization>=2.29.0 # Apache-2.0
oslo.serialization>=4.0.2 # Apache-2.0
oslo.service>=2.0.0 # Apache-2.0
oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.40.2 # Apache-2.0