Bug 1814693
| Summary: | Horizon is unable to retrieve Cinder API versions when it has a self-signed SSL certificate | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Randy Rubins <rrubins> |
| Component: | python-django-horizon | Assignee: | Radomir Dopieralski <rdopiera> |
| Status: | CLOSED WONTFIX | QA Contact: | Beth White <beth.white> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 13.0 (Queens) | CC: | athomas, cgaynor, eharney, jrist, mmagr, mmethot, rdopiera |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-01-19 15:11:46 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: | |||
| Bug Depends On: | 1817951 | ||
| Bug Blocks: | |||
|
Description
Randy Rubins
2020-03-18 14:27:14 UTC
Basically duplicate of https://bugs.launchpad.net/horizon/+bug/1744670 Should be fixed by: - https://github.com/openstack/horizon/commit/285c51f7e1b27a786fa9684abdc489998285b4e2 - https://review.opendev.org/#/c/675894/ Upstream fix of cinderclient (added an insecure flag) which is a version bump for horizon to get the applied upstream fix: - https://review.opendev.org/#/c/675891/ For RH OSP13 we would need to bump a lot: < python-cinderclient>=3.3.0 # Apache-2.0 > python-cinderclient>=5.0.0 # Apache-2.0 Cheers, Marc Methot To be honest, I don't think we can bump cinderclient like that. I will see if we could get the cinderclient patch backported instead. |