Hide Forgot
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:
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.