kolla-ansible/releasenotes/notes/bug-1933846-122a62e9724b638c.yaml
Michal Arbet 6ac4638cfb Trivial fix horizon's healthcheck when SSL turned on
This patch is fixing docker healthcheck for horizon
by changing value of horizon_listen_port, so
both apache's virtualhost and healthcheck will have
same correct port always. Also removing useless
apache's redirect as all redirects are done on
haproxy side.

Closes-Bug: #1933846
Change-Id: Ibb5ad1a5d1bbc74bcb62610d77852d8124c4a323
2021-08-02 19:58:37 +02:00

6 lines
128 B
YAML

---
fixes:
- |
Fixes horizon's healthcheck when SSL is turned on.
`LP#1933846 <https://launchpad.net/bugs/1933846>`__