Raise minimum oslo.log to 4.5.0

The cinder/policies/base.py file makes reference to
versionutils.deprecated.XENA, so we need to make sure we're using
a release of oslo.log where that's available, which will be
any release containing change I6bf6997899f6c95e.

Change-Id: I292dc5fd764dae1a59f9d8f3d14c523aff92ca88
(cherry picked from commit dfcf4817c0)
This commit is contained in:
Brian Rosmaita 2021-09-17 14:21:34 -04:00 committed by Rajat Dhasmana
parent 5a5e2276a1
commit 63dff676c0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ oslo.config>=8.3.2 # Apache-2.0
oslo.concurrency>=4.4.0 # Apache-2.0
oslo.context>=3.1.1 # Apache-2.0
oslo.db>=8.4.0 # Apache-2.0
oslo.log>=4.4.0 # Apache-2.0
oslo.log>=4.5.0 # Apache-2.0
oslo.messaging>=12.5.0 # Apache-2.0
oslo.middleware>=4.1.1 # Apache-2.0
oslo.policy>=3.6.2 # Apache-2.0