Bug 2295414
Summary: | Horizon dashboard internal server error | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Kenny Tordeurs <ktordeur> |
Component: | documentation | Assignee: | kgilliga |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ashish Gupta <ashigupt> |
Severity: | low | Docs Contact: | |
Priority: | high | ||
Version: | 17.1 (Wallaby) | CC: | ashigupt, jpretori, kgilliga, rdopiera, tovchinn |
Target Milestone: | async | Keywords: | Triaged |
Target Release: | 17.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
Cause: Static files compression doesn't run automatically after an upgrade.
Consequence: Missing static files make Horizon fail.
Workaround (if any): Run the compression manually inside the horizon container with `python3 manage.py compress`
Result: All static files are available and Horizon runs correctly.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2025-01-10 15:01:30 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
Kenny Tordeurs
2024-07-03 13:15:33 UTC
I think the compress command doesn't run automatically because there was no change in the configuration files. We should add to the upgrade instructions the explicit running of that command. (In reply to Radomir Dopieralski from comment #1) > I think the compress command doesn't run automatically because there was no > change in the configuration files. > We should add to the upgrade instructions the explicit running of that > command. Please provide the instructions so that we can get this documented into a KCS or the upgrade docs. The commands that the reporter ran are the correct solution to this problem. Looks good to me |