openstack-ansible-os_horizon/releasenotes/notes/horizon_haproxy_conflict-27955d6b7c1a6d30.yaml
Dmitriy Rabotyagov 9f9b66a985 Allow to configure horizon bind address
Added variable horizon_bind_address which allows to define address
on which horizon will be listening.

horizon_listen_ports variable was converted to dict()
and used in apache vhost template.

As an addition metal jobs were added for horizon CI.

Depends-On: https://review.opendev.org/681722
Change-Id: I11c3edec6d58e39da8de5e214fab9731eb5df9e2
2019-09-19 09:32:09 +00:00

10 lines
355 B
YAML

---
upgrade:
- |
`horizon_listen_ports` variable was transformed to the dictionary with
required keys `http` and `https` to have effect not only for apache
ports.conf file, but also for the virtual host.
features:
- |
Added variable `horizon_bind_address` which defines IP address where Apache
will listen on `horizon_listen_ports`