Bug 1917595
Summary: | cinder_api_db_sync fails w/ ImportError: cannot import name 'md5' | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | wes hayutin <whayutin> |
Component: | python-os-brick | Assignee: | Cinder Bugs List <cinder-bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tzach Shefi <tshefi> |
Severity: | urgent | Docs Contact: | Chuck Copello <ccopello> |
Priority: | high | ||
Version: | 17.0 (Wallaby) | CC: | abishop, apevec, eharney, jjoyce, jschluet, lhh, ltoscano, mburns, shrjoshi |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-os-brick-4.1.0-0.20210121053110.4ac51ae.el8ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-01 13:28:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
wes hayutin
2021-01-18 21:02:51 UTC
Version of the packages in the failing container (os-brick, oslo_utils)? There have been no recent changes related to os_brick/remotefs/remotefs.py). Is oslo.utils at least 4.7.0? It looks like oslo.utils is python3-oslo-utils noarch 4.6.0-0.20200918105215.91497da.el8ost . os-brick from master has lower-constraints.txt:oslo.utils==4.7.0 requirements.txt:oslo.utils>=4.7.0 # Apache-2.0 Moving to distribution component. The problem is due to os-brick requiring a newer version of oslo.utils. [1] updated os-brick to use the md5 module from oslo_utils.secretutils, which is available in oslo.utils v4.7.0. os-brick's RPM spec file needs to be updated to require that version as well. Interestingly, we are building python-oslo-utils-4.7.0, and it's unclear why that one wasn't pulled in. [1] https://review.opendev.org/plugins/gitiles/openstack/os-brick/+/1425a834ddc06d8b6be50a18408a5aae6c001bf3 [2] https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1384765 fixed here, https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/192e470e1f1f420cb93c37c95046e5f7 the job is blocked again, but this bug can be closed. |