Bug 1710462
Summary: | glance_api_db_sync cannot start due to missing "json" dependency | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Cédric Jeanneret <cjeanner> |
Component: | openstack-glance | Assignee: | Cyril Roelandt <cyril> |
Status: | CLOSED DUPLICATE | QA Contact: | Mike Abrams <mabrams> |
Severity: | urgent | Docs Contact: | Tana <tberry> |
Priority: | urgent | ||
Version: | 15.0 (Stein) | CC: | amoralej, apevec, aschultz, athomas, brian.rosmaita, eglynn, jvisser, ltoscano, sgolovat |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-16 16:35:01 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
Cédric Jeanneret
2019-05-15 15:00:23 UTC
This was likely caused due to a change in wsme https://opendev.org/x/wsme/commit/6f6dbfadefa68d44e3acb042d8da5411575f6925. There was a revert of the naming change https://opendev.org/x/wsme/commit/993d8a06d5c9f6fed13e03c1043c1a9594a88193 which may fix this now @Alex: Good idea, but the stein upper-constraints has wsme at 0.9.3 [0] and that is also the version in rocky [1], and I'm assuming that we didn't have this problem in OSP14? [0] https://opendev.org/openstack/requirements/src/branch/stable/stein/upper-constraints.txt#L410 [1] https://opendev.org/openstack/requirements/src/branch/stable/rocky/upper-constraints.txt#L387 The glance stein requirements.txt has WSME>=0.8.0. I think Sergii is correct, that wsme is missing from the container image. It may be 0.9.3, but we aren't properly capping it in RDO and likely just pulled in that latest changes which is why it suddenly broke. wsme is a requirement for the python-glance package so it's likely not missing @Alex: makes sense. What do we need to do to get the correct version into the build? We should be capping wsme in rdo if there is an upper constraint: https://github.com/redhat-openstack/rdoinfo/blob/2104aa66243f31f7edf735be973df36934fed9a6/tags/rocky.yml#L1160 https://github.com/redhat-openstack/rdoinfo/blob/2104aa66243f31f7edf735be973df36934fed9a6/tags/stein.yml#L1211 Should probably ping the folks in #rdo on why this wasn't automagically handled at the end of the cycle. And then you'll likely want to sync with the release delivery folks on how to achieve this downstream correctly *** This bug has been marked as a duplicate of bug 1710966 *** For the record, I'm pining wsme in RDO to the fixed wsme commit https://review.rdoproject.org/r/#/c/20748 . Automatic pining from u-c has not worked fine for wsme because of a tooling issue (uppercase vs lowercase). We also look at how to fix that. |