| Summary: | HTTP 500 page is not themed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Martin Pavlásek <mpavlase> | ||||
| Component: | python-django-horizon | Assignee: | Beth White <beth.white> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Ido Ovadia <iovadia> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 (Kilo) | CC: | aortega, athomas, beth.white, mrunge, rdopiera, srevivo | ||||
| Target Milestone: | async | Keywords: | ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-12-13 15:49:57 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: | |||||
| Attachments: |
|
||||||
I would say that Horizon should never display an Error 500 page, and if it does, that is a bug in Horizon. Since the error pages in Horizon are by necessity static, and the themes are by their nature dynamic, it is impossible to theme the error pages in accordance with user-selected themes without significantly modifying the framework on which Horizon is based. |
Created attachment 1150966 [details] error page vs. common page Description of problem: If some link leads to somewhere, that cause HTTP 500 status page, the error page don't use RHOS theme. Let see the attachment. Version-Release number of selected component (if applicable): python-django-horizon-2015.1.2-4.el7ost.noarch RHEL 7.2 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: The page looks like from upstream openstack Expected results: I'm expecting gray-red color scheme there. Additional info: