puppet-horizon/releasenotes/notes/horizon-fix-invalid-root-url-0c8e54a5c6de2f5e.yaml
Tobias Urdin 32a784c784 Fix root_url bug when using a slash
When settings the root_url to a slash the
paths in the local_settings.py and apache config
will be wrong. This patch fixes that issue.

Change-Id: Ib64b22bb88b2827ea4be2eb8356aa404984ee0ba
Closes-Bug: 1651720
2018-04-26 15:53:40 +02:00

7 lines
225 B
YAML

---
fixes:
- |
Fixed a bug where passing a '/' as root_url would cause faulty paths in
local_settings.py and apache configuration. You can now set it to '/' and
the module will fix the correct root url for you.