Require oslo.serialization 3.1.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 4f40f059f8
commit f4359c523f
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ oslo.policy==1.44.1
oslo.privsep==1.32.0
oslo.reports==1.18.0
oslo.rootwrap==5.8.0
oslo.serialization==2.18.0
oslo.serialization==3.1.2
oslo.service==1.31.0
oslo.utils==3.34.0
oslo.versionedobjects==1.31.2

View File

@ -25,7 +25,7 @@ oslo.policy>=1.44.1 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.serialization>=3.1.2 # Apache-2.0
oslo.service>=1.31.0 # Apache-2.0
oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.34.0 # Apache-2.0