Merge "Upgrade oslo.db version"

This commit is contained in:
Zuul 2021-06-29 13:16:56 +00:00 committed by Gerrit Code Review
commit e539ae5f1f
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,23 @@
---
fixes:
- |
Fixes issue arose during inspection of iDRAC node with inspect-interface
as idrac-redfish. Earlier, inspection of node was getting failed with
error ``port already exists``.
This issue arose since MySQL 8.0.19 where duplicate key error
information is extended to include the table name in the key. Previously,
duplicate key error information included only the key value and key name.
For more information, see `story 2008901
<https://storyboard.openstack.org/#!/story/2008901>`_.
upgrade:
- |
The minimum requirement for the ``oslo.db`` library is now version
9.1.0 to address duplicate key error changes in MySQL 8.0.19.
oslo.db version 9.1.0 fixes issue of idrac driver node inspection
for inspect interface as idrac-redfish.
Issue was introduced since MySQL 8.0.19 where duplicate key error
information is extended to include the table name in the key.
For more information, see `story 2008901
<https://storyboard.openstack.org/#!/story/2008901>`_.

View File

@ -17,7 +17,7 @@ stevedore>=1.20.0 # Apache-2.0
oslo.concurrency>=4.2.0 # Apache-2.0
oslo.config>=6.8.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.db>=6.0.0 # Apache-2.0
oslo.db>=9.1.0 # Apache-2.0
oslo.rootwrap>=5.8.0 # Apache-2.0
oslo.log>=4.3.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0