openstack-ansible/releasenotes/notes/openstack_service_accept_both_protocols-c7d1a89befeae9fe.yaml
Damian Dabrowski b75a9d0dd0 Implement support for haproxy_accept_both_protocols
Enabling TLS on the internal VIP for existing deployments will cause
downtime until each client is configured to use HTTPS instead of HTTP.

To avoid downtime, it is recommended to enable
`openstack_service_accept_both_protocols` until all services are
configured correctly.
It allows haproxy frontends to accept both HTTP and HTTPS.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/864784
Change-Id: Ie6f5b73c54b0a6d1f661a9d4f33b8a301d8c4170
2023-05-26 00:33:18 +02:00

7 lines
228 B
YAML

---
other:
- |
Variable ``openstack_service_accept_both_protocols`` was implemented to
temporarily accept both HTTP and HTTPS traffic on haproxy frontends.
It is useful when changing protocol of service endpoints.