5dc89d8136
The playbook var overrides horizon to the non-RFC compliant container name, which causes Horizon not to start when debug is disabled. The horizon-error.log error generated is: http://cdn.pasteraw.com/80bqvxborw4f3a74yl7mb7get40lkit And the reason the error does NOT occur when debug is enabled can be found here: https://github.com/django/django/blob/master/django/http/request.py#L100-L112 Change-Id: I10aaeec856bd2ba3c38cb2b209d3f0cc9cc3ec0f
6 lines
210 B
YAML
6 lines
210 B
YAML
---
|
|
fixes:
|
|
- Horizon deployments were broken due to an incorrect hostname setting being
|
|
placed in the apache ServerName configuration. This caused Horizon startup
|
|
failure any time debug was disabled.
|