openstack-ansible-os_horizon/releasenotes/notes/horizon_backend_https-105d9050aa3ec125.yaml
Damian Dabrowski 4686326650 Rename horizon_enable_ssl to horizon_backend_ssl
To standarize variable name across roles, this change renames
`horizon_enable_ssl` to `horizon_backend_ssl`.
All other roles use `<service>_backend_ssl` format.
It also better describes what it does. With `horizon_enable_ssl` it's
unclear whether it is about frontend or backend.

Backward compatibility will be kept until 2024.1.

Change-Id: I218d45b7be667732e4204316b8d18fa3e136962b
2023-04-11 19:35:19 +02:00

6 lines
117 B
YAML

---
other:
- |
``horizon_enable_ssl`` has been renamed to ``horizon_backend_ssl``
for consistency reasons.